Skip to content

Commit f1e8416

Browse files
Fix documentation typo
1 parent 8b2bb8a commit f1e8416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class StaticVersionLibraryGenerator extends DrupalLibraryEntryGenerator {
193193
module.exports = {
194194
plugins: [
195195
new DrupalLibrariesPlugin({
196-
libraryEntryGenerator: new StaticVersionLibraryGenerator('2.0),
196+
libraryEntryGenerator: new StaticVersionLibraryGenerator('2.0'),
197197
})
198198
],
199199
};

0 commit comments

Comments
 (0)