Skip to content

Commit 8576953

Browse files
tkrotoffSpaceK33z
authored andcommitted
node.js -> Node.js
1 parent ab45ae4 commit 8576953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contributors:
77

88
You may have noticed that few webpack configurations look exactly alike. This is because **webpack's configuration file is a JavaScript file that exports an object.** This object is then processed by webpack based upon its defined properties.
99

10-
Because it's a standard node.js CommonJS module, you **can do the following**:
10+
Because it's a standard Node.js CommonJS module, you **can do the following**:
1111

1212
* import other files via `require(...)`
1313
* use utilities on npm via `require(...)`

0 commit comments

Comments
 (0)