Skip to content

Commit 4989b85

Browse files
authored
chore: fix capitalization in documentation.
1 parent eb92ef5 commit 4989b85

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/functions/custom-functions

1 file changed

+1
-1
lines changed

Diff for: src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ defineBackend({
203203
});
204204
```
205205

206-
Now when you run `npx ampx sandbox` or deploy your app on Amplify, it will include your Function.
206+
Now when you run `npx ampx sandbox` or deploy your app on Amplify, it will include your function.
207207

208208
To invoke your function, we recommend adding your [function as a handler for a custom query with your Amplify Data resource](/[platform]/build-a-backend/data/custom-business-logic/). To get started, open your `amplify/data/resource.ts` file and specify a new query in your schema:
209209

0 commit comments

Comments
 (0)