From 76a62bfd5dd2569182cdb975c23d649c75eb2988 Mon Sep 17 00:00:00 2001 From: johnl Date: Sat, 29 Jul 2023 09:02:37 -0400 Subject: [PATCH] Fix small typo in Query.md (#483) --- website/🔌 Directive/Query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/🔌 Directive/Query.md b/website/🔌 Directive/Query.md index 69b6ed29..06bc058f 100644 --- a/website/🔌 Directive/Query.md +++ b/website/🔌 Directive/Query.md @@ -5,7 +5,7 @@ The `#query` is the most widely used directive. It can be used to query various 1. _start with_: `` 2. _end with_: `` 3. _write your query_: replace `[QUERY GOES HERE]` with any query you want using the options below. -4. _available query options_: Usage of options is similar to SQL except for thespecial `render` option. The `render` option is used to display the data in a format that you created in a separate template. +4. _available query options_: Usage of options is similar to SQL except for the special `render` option. The `render` option is used to display the data in a format that you created in a separate template. * `where` * `order by` * `limit`