Skip to content

Commit 26d7333

Browse files
Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx
Co-authored-by: Matt Creaser <[email protected]>
1 parent 43fc644 commit 26d7333

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you define multiple authorization strategies within your schema, you will hav
120120

121121
#### API_KEY
122122

123-
An `ApiKeyAuthorizer` can be read from `amplify_outputs.json`, provided with a hardcoded API key or by fetching the key from some source:
123+
An `ApiKeyAuthorizer` can read the API key from `amplify_outputs.json`, provide a hardcoded API key, or fetch the API key from some source:
124124

125125
```kotlin
126126
// highlight-start

0 commit comments

Comments
 (0)