From 9c90c7449ed581fafb45f473e391298061dfc592 Mon Sep 17 00:00:00 2001 From: lpouvreau Date: Wed, 6 May 2020 05:40:24 +1200 Subject: [PATCH] Removed wrong extra double quote from plugins doc (#5981) --- docs/3.0.0-beta.x/plugins/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/plugins/documentation.md b/docs/3.0.0-beta.x/plugins/documentation.md index 1fa9b91a1f..bf7e672b54 100644 --- a/docs/3.0.0-beta.x/plugins/documentation.md +++ b/docs/3.0.0-beta.x/plugins/documentation.md @@ -101,7 +101,7 @@ Here are the file that needs to be created in order to change the documentation }, "x-strapi-config": { "path": "/documentation", - "showGeneratedFiles": true", + "showGeneratedFiles": true, "pluginsForWhichToGenerateDoc": [ "email", "upload",