Skip to content

Commit b796da4

Browse files
authored
Merge pull request #1962 from mugiwarafx/patch-1
fix typo part9b.md line 275
2 parents 49fedb2 + 0f7df96 commit b796da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Sometimes, an npm package can also include its types within the code and, in tha
272272
273273
Since the global variable <i>process</i> is defined by Node itself, we get its typings by from the package <i>@types/node</i>.
274274

275-
Since version 10.0 <i>ts-node</i> has defined <i>@types/node</i> as a [peer rependency](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#peerdependencies). If the version of npm is at least 7.0, the peer dependencies of a project automatically installed by then npm. If you have an older npm, the peer dependency must be installed explicitly:
275+
Since version 10.0 <i>ts-node</i> has defined <i>@types/node</i> as a [peer dependency](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#peerdependencies). If the version of npm is at least 7.0, the peer dependencies of a project automatically installed by then npm. If you have an older npm, the peer dependency must be installed explicitly:
276276

277277

278278
```shell

0 commit comments

Comments
 (0)