Skip to content

Commit 8f19584

Browse files
authored
Update external-modules.md
`ノードJS` に違和感があったので `Node.js` としました。
1 parent 39fbfa9 commit 8f19584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project/external-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ import someLocalNameForThisFile from "../foo";
144144

145145
#### 動的ルックアップ(Dynamic lookup)
146146

147-
インポートパスが相対でない場合、検索は [ノードJSスタイルのモジュール解決](https://nodejs.org/api/modules.html#modules_all_together) によって行われます。ここでは簡単な例を示します。
147+
インポートパスが相対でない場合、検索は [Node.jsスタイルのモジュール解決](https://nodejs.org/api/modules.html#modules_all_together) によって行われます。ここでは簡単な例を示します。
148148

149149
* あなたが`import * as foo from 'foo'`を書いた場合、以下の場所が順番にチェックされます
150150
* `./node_modules/foo`

0 commit comments

Comments
 (0)