Skip to content

Commit

Permalink
Merge pull request yiisoft#3272 from adamaltman/master
Browse files Browse the repository at this point in the history
fix typo in the word Semantic
  • Loading branch information
qiangxue committed Apr 28, 2014
2 parents b1f542b + 307f006 commit 87decc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ API Versioning
Your APIs should be versioned. Unlike Web applications which you have full control on both client side and server side
code, for APIs you usually do not have control of the client code that consumes the APIs. Therefore, backward
compatibility (BC) of the APIs should be maintained whenever possible, and if some BC-breaking changes must be
introduced to the APIs, you should bump up the version number. You may refer to [Symantic Versioning](http:https://semver.org/)
introduced to the APIs, you should bump up the version number. You may refer to [Semantic Versioning](http:https://semver.org/)
for more information about designing the version numbers of your APIs.

Regarding how to implement API versioning, a common practice is to embed the version number in the API URLs.
Expand Down

0 comments on commit 87decc8

Please sign in to comment.