mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
docs: fix typo (#10520)
This commit is contained in:
parent
7d0345865b
commit
0692fe96b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue