Skip to content

Commit 69af86d

Browse files
author
Andy McCormick
committed
update grammar
1 parent a80b5f5 commit 69af86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/channels/entries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,9 +1224,9 @@ Lastly, if you want to simply display your 404 page (with 404 headers) when no e
12241224

12251225
{if no_results} {redirect="404"} {/if}
12261226

1227-
NOTE: **Note:** If you have several nested tag, each one would need to include `{if no_results}` pair to be parsed correctly.
1227+
NOTE: **Note:** If you have several nested tags, each one would need to include a `{if no_results}` pair to be parsed correctly.
12281228

1229-
For instance, if you have Grid field with `if no_results` block, the containing `exp:channel:entries` tag pair would need to include `if no_results` block as well.
1229+
For instance, if you have Grid field with `{if no_results}` block, the parent `{exp:channel:entries}` tag pair would need to include `{if no_results}` block as well.
12301230
```
12311231
{exp:channel:entries channel="blog"}
12321232
{if no_results} No entries {/if}

0 commit comments

Comments
 (0)