1
0
Fork 0
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:
Bryan Smith 2018-02-27 00:36:49 -08:00 committed by Tim Neutkens
parent 1c36b5b9ab
commit ba226c2d26

View file

@ -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`:
```js