Skip to content

Commit

Permalink
fix typo in export-all-in-page (#15925)
Browse files Browse the repository at this point in the history
  • Loading branch information
matamatanot authored Aug 6, 2020
1 parent c11ee1d commit 2c42444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/export-all-in-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function getStaticProps() {
export * from './one'
```
Would cause cause the following error:
Would cause the following error:
```
Module not found: Can't resolve 'fs' in './pages/two.js'
Expand Down

0 comments on commit 2c42444

Please sign in to comment.