We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebefb90 commit 1e71d82Copy full SHA for 1e71d82
README.md
@@ -19,7 +19,7 @@ SwiftUI view that asynchronously loads and displays an OpenAI image from open AP
19
[Where do I find my Secret API Key?](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key)
20
21
22
-### 2. Override default loader at Environment with you apiKey
+### 2. Override the default loader at Environment with you apiKey
23
```swift
24
@Environment(\.openAIDefaultLoader) var loader : OpenAIDefaultLoader
25
0 commit comments