Skip to content

Commit 73ebad0

Browse files
committed
Docs: Node → Node.js
1 parent eb78e37 commit 73ebad0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Real projects using React Styleguidist:
5656

5757
* [Configuration](https://react-styleguidist.js.org/docs/configuration.html)
5858
* [CLI commands and options](https://react-styleguidist.js.org/docs/cli.html)
59-
* [Node API](https://react-styleguidist.js.org/docs/api.html)
59+
* [Node.js API](https://react-styleguidist.js.org/docs/api.html)
6060

6161
## Change log
6262

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node API
1+
# Node.js API
22

33
## Initialization
44

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Array of [glob pattern](https://github.com/isaacs/node-glob#glob-primer) or file
193193

194194
#### `logger`
195195

196-
Type: `Object`, by default will use `console.*` in CLI or nothing in Node API
196+
Type: `Object`, by default will use `console.*` in CLI or nothing in Node.js API
197197

198198
Custom logger functions:
199199

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We use webpack loaders to hot reload the style guide on changes in user componen
2626
* `props-loaders`: loads props documentation using react-docgen;
2727
* `examples-loader`: loads examples from Markdown files;
2828

29-
There are two more loaders — `css-loader` and `styles-loader` but they are just one-line aliases to corresponding webpack loaders. We don’t want to rely on webpack loader resolver because its behavior can be changed by user’s webpack config (Create React App does that for example). This way we can bypass webpack resolver and use Node resolver instead. These loaders are used like this:
29+
There are two more loaders — `css-loader` and `styles-loader` but they are just one-line aliases to corresponding webpack loaders. We don’t want to rely on webpack loader resolver because its behavior can be changed by user’s webpack config (Create React App does that for example). This way we can bypass webpack resolver and use Node.js resolver instead. These loaders are used like this:
3030

3131
```js
3232
require('!!../../../loaders/style-loader!../../../loaders/css-loader!codemirror/lib/codemirror.css');

docs/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
* [Configuration](https://react-styleguidist.js.org/docs/configuration.html)
1212
* [CLI commands and options](https://react-styleguidist.js.org/docs/cli.html)
13-
* [Node API](https://react-styleguidist.js.org/docs/api.html)
13+
* [Node.js API](https://react-styleguidist.js.org/docs/api.html)

0 commit comments

Comments
 (0)