Skip to content

Commit f18e29d

Browse files
committed
[skip ci] docs(typo): missing quote
1 parent dad5a73 commit f18e29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
externals: ['my-native-dep'],
2222
// If you are using Yarn Workspaces, you may have multiple node_modules folders
2323
// List them all here so that VCP Electron Builder can find them
24-
nodeModulesPath: ['../../node_modules', './node_modules]
24+
nodeModulesPath: ['../../node_modules', './node_modules']
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)