From 0afb21836967fb2d47686f25f19c47817bc3a9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Silva?= <55815265+201flaviosilva@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:56:44 +0100 Subject: [PATCH] docs: remove extraneous bracket (#7541) --- website/docs/using-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/using-plugins.md b/website/docs/using-plugins.md index d845e4bbe6f2..417e14bba1e0 100644 --- a/website/docs/using-plugins.md +++ b/website/docs/using-plugins.md @@ -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'], }; ```