Skip to content

Commit

Permalink
Merge pull request #3817 from carlcs/patch-13
Browse files Browse the repository at this point in the history
Update entries-fields.md
  • Loading branch information
brandonkelly authored Feb 12, 2019
2 parents 3e5a699 + 396564d commit 8d33d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/entries-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you just need to check if there are any related entries (but don’t need to
{% endif %}
```

You can set [parameters](dev/element-queries/entry-queries.md#parameters) on the entry query as well. For example, to only fetch entries in the `news` section, set the [sectionId](dev/element-queries/entry-queries.md#sectionid) param:
You can set [parameters](dev/element-queries/entry-queries.md#parameters) on the entry query as well. For example, to only fetch entries in the `news` section, set the [section](dev/element-queries/entry-queries.md#section) param:

```twig
{% set relatedEntries = entry.<FieldHandle>
Expand Down

0 comments on commit 8d33d40

Please sign in to comment.