Skip to content

Commit 2a0c453

Browse files
Fix spelling mistakes in FAQ article
1 parent fa0d335 commit 2a0c453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swift-openapi-generator/Documentation.docc/Articles/Frequently-asked-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This article includes some commonly asked questions and answers.
1616

1717
Check out <doc:Project-scope-and-goals>.
1818

19-
### What OpenAPI featues does the generator support?
19+
### What OpenAPI features does the generator support?
2020

2121
Check out <doc:Supported-OpenAPI-features>.
2222

2323
### Which underlying HTTP library does the generated code use?
2424

25-
Swift OpenAPI Generator is not tied to any particular HTTP library. Instead, the generated code utilizies a general protocol called [`ClientTransport`](https://swiftpackageindex.com/apple/swift-openapi-runtime/documentation/openapiruntime/clienttransport) for client code, and [`ServerTransport`](https://swiftpackageindex.com/apple/swift-openapi-runtime/documentation/openapiruntime/servertransport) for server code.
25+
Swift OpenAPI Generator is not tied to any particular HTTP library. Instead, the generated code utilizes a general protocol called [`ClientTransport`](https://swiftpackageindex.com/apple/swift-openapi-runtime/documentation/openapiruntime/clienttransport) for client code, and [`ServerTransport`](https://swiftpackageindex.com/apple/swift-openapi-runtime/documentation/openapiruntime/servertransport) for server code.
2626

2727
The user of the generated code provides one of the concrete transport implementations, based on what's appropriate for their use case.
2828

0 commit comments

Comments
 (0)