From 7c1cd381642477e69edb49e3783ec53bf96cb7cd Mon Sep 17 00:00:00 2001 From: Nick Gagne Date: Thu, 12 Jan 2023 00:46:30 -0500 Subject: [PATCH] Fix "Constraints" typo --- design/uris.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/uris.md b/design/uris.md index d3c5c7a..71d213f 100755 --- a/design/uris.md +++ b/design/uris.md @@ -59,7 +59,7 @@ Additionally, if a collection of all tickets exists, it may be more practical fo tickets belonging to user `123` to exist at `/v2/tickets?user=123` than at `/v2/users/123/tickets`. It is not forbidden, however, for a server to implement such collections redundantly. -## Contraints +## Constraints {: #uri-constraints} Services MUST have a documented and enforced service-wide length limit for URIs and this limit @@ -223,7 +223,7 @@ components: ## Query parameters {: #query-parameters} -### Contraints +### Constraints {: #query-parameter-constraints} Each query parameter supported for an operation MUST have a documented and enforced maximum length