8000 Fix typo in comment · Create-Node-App/create-node-app@6b363b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b363b0

Browse files
Fix typo in comment
1 parent 04d46c9 commit 6b363b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-node-app-core/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const runCommandInProjectDir = async (
121121
};
122122

123123
function extractNameAndVersion(dependencyString: string) {
124-
// extract the name and version from the dependency string saperaing by @
124+
// extract the name and version from the dependency string separated by @
125125
// e.g. @types/react@^16
126126
// => name: @types/react
127127
// => version: ^16

0 commit comments

Comments
 (0)
0