Skip to content

Commit ae6356a

Browse files
authored
docs: fix typo gatby-node.js -> gatsby-node.js (#34347)
1 parent bb287a0 commit ae6356a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/release-notes/migrating-from-v2-to-v3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ If you're using any other process properties, you want to polyfill process.
493493
1. Install `process` library - `npm install process`
494494
2. Configure webpack to use the process polyfill.
495495
496-
```diff:title=gatby-node.js
496+
```diff:title=gatsby-node.js
497497
exports.onCreateWebpackConfig = ({ actions, stage, plugins }) => {
498498
if (stage === 'build-javascript' || stage === 'develop') {
499499
actions.setWebpackConfig({

0 commit comments

Comments
 (0)