Skip to content

Commit

Permalink
docs: remove extraneous bracket (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
201flaviosilva authored Jun 1, 2022
1 parent 338b819 commit 0afb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/using-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
```

Expand Down

0 comments on commit 0afb218

Please sign in to comment.