Skip to content

Commit 2c42444

Browse files
authored
fix typo in export-all-in-page (vercel#15925)
1 parent c11ee1d commit 2c42444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/export-all-in-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getStaticProps() {
2929
export * from './one'
3030
```
3131
32-
Would cause cause the following error:
32+
Would cause the following error:
3333
3434
```
3535
Module not found: Can't resolve 'fs' in './pages/two.js'

0 commit comments

Comments
 (0)