Skip to content

Commit 0912400

Browse files
Fix spelling
Co-authored-by: Karen Etheridge <ether@cpan.org>
1 parent a3db2bb commit 0912400

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,8 +2602,8 @@ The [`format` keyword (when using default format-annotation vocabulary)](https:/
26022602
Extended validation is one way that these constraints MAY be enforced.
26032603

26042604
In addition to extended validation, annotations are the most effective way to determine whether these keywords impact the type and structure of the fully parsed data.
2605-
For example, formats such as `int64` can be applied to JSON strings, as JSON numers have limitations that make large integers non-portable.
2606-
If annotation collection is not available, implementations MUST perform a [schema search](#searching-schemas) for these keywords, and MUST document the limitatioons this imposes.
2605+
For example, formats such as `int64` can be applied to JSON strings, as JSON numbers have limitations that make large integers non-portable.
2606+
If annotation collection is not available, implementations MUST perform a [schema search](#searching-schemas) for these keywords, and MUST document the limitations this imposes.
26072607

26082608
###### Validating `readOnly` and `writeOnly`
26092609

0 commit comments

Comments
 (0)