Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/event-handler/appsync-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you prefer to use the decorator syntax, you can instead use the same methods
--8<-- "examples/snippets/event-handler/appsync-graphql/gettingStartedDecorators.ts"
```

1. It's recommended to pass a refernce of `this` to ensure the correct class scope is propageted to the route handler functions.
1. It's recommended to pass a reference of `this` to ensure the correct class scope is propageted to the route handler functions.

### Scalar functions

Expand Down
2 changes: 1 addition & 1 deletion docs/features/parser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Parser (Standard Schema)
descrition: Utility
description: Utility
---

<!-- markdownlint-disable MD043 --->
Expand Down
2 changes: 1 addition & 1 deletion docs/features/signer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Signer
descrition: Utility
description: Utility
---

<!-- markdownlint-disable MD043 --->
Expand Down
2 changes: 1 addition & 1 deletion docs/features/validation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Validation
descrition: Utility
description: Utility
---

<!-- markdownlint-disable MD043 --->
Expand Down
Loading