Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated server #3003

Merged
merged 3 commits into from Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/3.x.x/guides/api-documentation.md
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-documentation/config/settings.json
Expand Up @@ -26,7 +26,7 @@
},
{
"url": "YOUR_STAGING_SERVER",
"description": "Staging server server"
"description": "Staging server"
},
{
"url": "YOUR_PRODUCTION_SERVER",
Expand Down