diff --git a/docs/features/event-handler/appsync-graphql.md b/docs/features/event-handler/appsync-graphql.md index e0920f6ea2..7c59a7d391 100644 --- a/docs/features/event-handler/appsync-graphql.md +++ b/docs/features/event-handler/appsync-graphql.md @@ -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 diff --git a/docs/features/parser.md b/docs/features/parser.md index 4d01038c4a..89efc57165 100644 --- a/docs/features/parser.md +++ b/docs/features/parser.md @@ -1,6 +1,6 @@ --- title: Parser (Standard Schema) -descrition: Utility +description: Utility --- diff --git a/docs/features/signer.md b/docs/features/signer.md index c323690c8b..3e0b19558e 100644 --- a/docs/features/signer.md +++ b/docs/features/signer.md @@ -1,6 +1,6 @@ --- title: Signer -descrition: Utility +description: Utility --- diff --git a/docs/features/validation.md b/docs/features/validation.md index 009c2448a9..c71adfb6f5 100644 --- a/docs/features/validation.md +++ b/docs/features/validation.md @@ -1,6 +1,6 @@ --- title: Validation -descrition: Utility +description: Utility ---