Skip to content

Commit

Permalink
docs: fix typo (#10520)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-seltzer authored Sep 25, 2024
1 parent 7d03458 commit 0692fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `docusaurus.config.js` file supports:

Constraints:

- **Required:** use `export default /* your config*/` (or `module.exports` to export your Docusaurus config
- **Required:** use `export default /* your config*/` (or `module.exports`) to export your Docusaurus config
- **Optional:** use `import Lib from 'lib'` (or `require('lib')`) to import Node.js packages

:::
Expand Down

0 comments on commit 0692fe9

Please sign in to comment.