docs: remove extraneous bracket (#7541)

This commit is contained in:
Flávio Silva 2022-06-01 13:56:44 +01:00 committed by GitHub
parent 338b819abc
commit 0afb218369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],
};
```