Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit cff7a1b

Browse files
authored
Merge pull request #469 from johndowns/patch-1
Fix typos in OpenAPI session notes
2 parents 3a954db + 7c320c4 commit cff7a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/notes/wwdc23/10171.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contributors: Jeehut
1818
- Tried-and-tested Industry-standard
1919
- You declare your API in YAML or JSON
2020
- Rich ecosystem of tooling
21-
- Known for interdactive doucmentation
21+
- Known for interactive documentation
2222
- Core motivation is code generation
2323
- Without OpenAPI, creating query & interpreting the response can be complex
2424
- Working with larger APIs detracts from the core logic of the app
@@ -78,9 +78,9 @@ case .ok(let response):
7878

7979
## Making API calls from your app
8080

81-
- To use OpenAPI Generator, add package to your app from `https://github.com/apple-swift-openapi-generator`
82-
- Next, add also the package from `https://github.com/swift-openapi-runtime` to your app
83-
- Lastly, add also the package from `https://github.com/swift-openapi-urlsession` for the code to be generated for `URLSession`
81+
- To use OpenAPI Generator, add package to your app from `https://github.com/apple/swift-openapi-generator`
82+
- Next, add also the package from `https://github.com/apple/swift-openapi-runtime` to your app
83+
- Lastly, add also the package from `https://github.com/apple/swift-openapi-urlsession` for the code to be generated for `URLSession`
8484
- In "Build Phases", in the "Run Build Tool Plug-Ins", add `OpenAPIGenerator`
8585

8686
![][build-tool-plugins]

0 commit comments

Comments
 (0)