Skip to content

Commit 3a95e87

Browse files
authored
Fix typos (#820)
### Motivation Fix typos in the doc.
1 parent 0437e7e commit 3a95e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swift-openapi-generator/Documentation.docc/Tutorials/ClientXcode.tutorial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@Step {
5151
Add the two configuration files required by the Swift OpenAPI Generator build plugin.
5252

53-
The first is the OpenAPI document. Add it to to the "GreetingServiceClient" target by right-clicking on the "GreetingServiceClient" folder in the project navigator, choosing "New Empty File", and pasting the OpenAPI document on the right.
53+
The first is the OpenAPI document. Add it to the "GreetingServiceClient" target by right-clicking on the "GreetingServiceClient" folder in the project navigator, choosing "New Empty File", and pasting the OpenAPI document on the right.
5454
@Code(name: "Sources/openapi.yaml", file: client.openapi.yaml)
5555
}
5656
@Step {
@@ -78,7 +78,7 @@
7878
Under Packages, click the plus button to add a new package dependency.
7979
}
8080
@Step {
81-
Find the `swift-openapi-generator` package in an existing collection, or type in the full URL to the search field at the top: `https://github.com/apple/swift-openapi-generator`.
81+
Find the `swift-openapi-generator` package in an existing collection, or type in the full URL in the search field at the top: `https://github.com/apple/swift-openapi-generator`.
8282
}
8383
@Step {
8484
Since the package provides a build plugin that we will integrate later, make sure that on the Choose Package Products screen, the "Add to Target" value is "None" for all products listed.

0 commit comments

Comments
 (0)