Skip to content

Commit 4499839

Browse files
authored
Add missing parens in code examples
1 parent 7dc2afa commit 4499839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/creating-and-modifying-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ exports.onCreatePage = ({ page, boundActionCreators }) => {
128128
}
129129

130130
resolve()
131-
}
131+
})
132132
}
133133
```
134134

@@ -156,6 +156,6 @@ exports.onCreatePage = async ({ page, boundActionCreators }) => {
156156
}
157157

158158
resolve()
159-
}
159+
})
160160
}
161161
```

0 commit comments

Comments
 (0)