From b8ca5c1c296e6417a47d5f7b88af010888d14124 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Mon, 12 Oct 2020 16:36:06 +0200 Subject: [PATCH] Removed obsolete "you" identifier --- 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 9baa9d1e6592..649a04eee584 100644 --- a/website/docs/using-plugins.md +++ b/website/docs/using-plugins.md @@ -76,7 +76,7 @@ module.exports = { It is possible to use multiple times the same plugin, on the same Docusaurus website. -In this case, you it is required to assign a unique id to each plugin instance. +In this case, it is required to assign a unique id to each plugin instance. By default, the plugin id is `default`.