Skip to content

Commit

Permalink
Fix typo in pagination section
Browse files Browse the repository at this point in the history
"_v1_ and _v1_ will be returned" -> "_v1_ and _v2_ will be returned"

Signed-off-by: Adrian Mouat <adrian.mouat@gmail.com>
  • Loading branch information
amouat committed Feb 12, 2020
1 parent 9d6629f commit 17a2689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Expand Up @@ -802,7 +802,7 @@ v3
v4
```

If the value of `n` is 2, _v1_ and _v1_ will be returned on the first response.
If the value of `n` is 2, _v1_ and _v2_ will be returned on the first response.
The `Link` header returned on the response will have `n` set to 2 and last set
to _v2_:

Expand Down

0 comments on commit 17a2689

Please sign in to comment.