From 15cf9a60b8dfbed6d9ddb0cad7e890d2a5b60979 Mon Sep 17 00:00:00 2001 From: Francesco De Falco <38818486+francesco-defalco@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:29:26 +0200 Subject: [PATCH] fix: Update 00-express.md (#3525) Fix a typo --- docs/docs/02-guide/03-hello/00-express.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/02-guide/03-hello/00-express.md b/docs/docs/02-guide/03-hello/00-express.md index 09dd19a781..89e76bcfb4 100644 --- a/docs/docs/02-guide/03-hello/00-express.md +++ b/docs/docs/02-guide/03-hello/00-express.md @@ -40,7 +40,7 @@ The `ignite scaffold query` command is a tool used to quickly create new queries. When you run this command, it makes changes to your source code to add the new query and make it available in your API. This command accepts a query name (`"say-hello"`) and a list of request fields (in our case only `name`). The -optional `--reponse` flag specifies the return values of the query. +optional `--response` flag specifies the return values of the query. This command made the following changes to the source code. @@ -138,4 +138,4 @@ Implementing the same functionality manually can be time-consuming and challenging, but it can also be a valuable learning experience. By seeing how the code works at a low level, developers can gain a better understanding of how different components of their project fit together and how they can be -customized and optimized. \ No newline at end of file +customized and optimized.