Skip to content

Commit d6cb6d7

Browse files
authored
Update phrasing in README.md
1 parent 4a3d992 commit d6cb6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ let encodedOpenAPIDoc = try encoder.encode(openAPIDoc)
108108
### Validating OpenAPI Documents
109109
Thanks to Swift's type system, the vast majority of the OpenAPI Specification is represented by the types of OpenAPIKit -- you cannot create bad OpenAPI docuements in the first place and decoding a document will fail with generally useful errors.
110110

111-
That being said, there are a small number of additional checks that you can perform to really put any concerns to bed.
111+
That being said, there are a small number of additional checks that you can perform to really put any concerns to rest.
112112

113113
```swift
114114
let openAPIDoc: OpenAPI.Document = ...

0 commit comments

Comments
 (0)