mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo in documentation. (#3907)
This commit is contained in:
parent
1c36b5b9ab
commit
ba226c2d26
|
@ -1009,7 +1009,7 @@ module.exports = (phase, {defaultConfig}){
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
`phase` is the current context in which the configuration is loaded. You can see all phases here: [contants](./lib/constants.js)
|
`phase` is the current context in which the configuration is loaded. You can see all phases here: [constants](./lib/constants.js)
|
||||||
Phases can be imported from `next/constants`:
|
Phases can be imported from `next/constants`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue