diff --git a/docs/3.x.x/guides/api-documentation.md b/docs/3.x.x/guides/api-documentation.md index 5bbe8e8ef5..e33831da1b 100644 --- a/docs/3.x.x/guides/api-documentation.md +++ b/docs/3.x.x/guides/api-documentation.md @@ -165,7 +165,7 @@ You can add all the entries listed in the [specification](https://swagger.io/spe }, { "url": "YOUR_STAGING_SERVER", - "description": "Staging server server" + "description": "Staging server" }, { "url": "YOUR_PRODUCTION_SERVER", diff --git a/packages/strapi-plugin-documentation/config/settings.json b/packages/strapi-plugin-documentation/config/settings.json index 371b1cc257..f2886cf0ce 100755 --- a/packages/strapi-plugin-documentation/config/settings.json +++ b/packages/strapi-plugin-documentation/config/settings.json @@ -26,7 +26,7 @@ }, { "url": "YOUR_STAGING_SERVER", - "description": "Staging server server" + "description": "Staging server" }, { "url": "YOUR_PRODUCTION_SERVER",