Skip to content

Commit

Permalink
Merge pull request #23 from kjjuno/fixing-typos
Browse files Browse the repository at this point in the history
Fixing typos
  • Loading branch information
kjjuno committed Feb 16, 2019
2 parents 9b9d4b5 + c79c2f9 commit 8fa16d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Quick Start

Let's say you have an api hosted at https://my-api/swagger/v1/sagger.json

You have a build server that has just build something from your ``master`` branch
You have a build server that has just built something from your ``master`` branch
and now you want to compare the new swagger to the deployed swagger.

Add this line to your build script:
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ x-remove-on

The `x-remove-on`_ extension communicated the
date when a deprecated endpoint is scheduled to be removed. This helps consumers
Know when they need to have migrated to the new endpoint to avoid an outage.
know when they need to have migrated to the new endpoint to avoid an outage.

.. _x-replaced-by: https://github.com/kjjuno/swagger-extensions/blob/master/x-replaced-by.md
.. _x-remove-on: https://github.com/kjjuno/swagger-extensions/blob/master/x-remove-on.md

0 comments on commit 8fa16d4

Please sign in to comment.