mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
docs: remove extraneous bracket (#7541)
This commit is contained in:
parent
338b819abc
commit
0afb218369
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Preset paths can be relative to the config file:
|
|||
module.exports = {
|
||||
// ...
|
||||
// highlight-next-line
|
||||
presets: ['./src/presets/docusaurus-local-preset')],
|
||||
presets: ['./src/presets/docusaurus-local-preset'],
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue