Skip to content

Commit 121f6c2

Browse files
gokaygurcantimneutkens
authored andcommitted
docs: add missing fat arrow (vercel#4245)
1 parent 9578e9f commit 121f6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ Phases can be imported from `next/constants`:
11281128

11291129
```js
11301130
const {PHASE_DEVELOPMENT_SERVER} = require('next/constants')
1131-
module.exports = (phase, {defaultConfig}){
1131+
module.exports = (phase, {defaultConfig}) => {
11321132
if(phase === PHASE_DEVELOPMENT_SERVER) {
11331133
return {
11341134
/* development only config options here */

0 commit comments

Comments
 (0)