Revert "Fix typo"

This commit is contained in:
Stephen Day 2015-07-24 13:28:10 -07:00
parent 9e9e9a2859
commit d1dfac4b98
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@ The error codes that may be included in the response body are enumerated below:
##### Tags Paginated
```
GET /v2/<name>/tags/list?n=<integer>&last=<integer>
GET /v2/<name>/tags/list?n=<integer>last=<integer>
```
Return a portion of the tags for the specified repository.