提交 121f6c28 编写于 作者: G Gökay Gürcan 提交者: Tim Neutkens

docs: add missing fat arrow (#4245)

上级 9578e9f9
......@@ -1128,7 +1128,7 @@ Phases can be imported from `next/constants`:
```js
const {PHASE_DEVELOPMENT_SERVER} = require('next/constants')
module.exports = (phase, {defaultConfig}){
module.exports = (phase, {defaultConfig}) => {
if(phase === PHASE_DEVELOPMENT_SERVER) {
return {
/* development only config options here */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册