Skip to content

Commit

Permalink
Merge pull request #2297 from alphagov/fix-fieldset-typo
Browse files Browse the repository at this point in the history
Fix typo in fieldset macros
  • Loading branch information
EoinShaughnessy authored Aug 9, 2021
2 parents 1c57eab + 181f435 commit e64a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/fieldset/fieldset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ params:
- name: caller
type: nunjucks-block
required: false
description: Not strictly a parameter but [Nunjucks code convention](https://mozilla.github.io/nunjucks/templating.html#call). Using a `call` block enables you to call a macro with all the text inside the tag. This is helpful if you want to pass a lot of content into a macro. To use it, you will need to wrap the entire fielset component in a `call` block.
description: Not strictly a parameter but [Nunjucks code convention](https://mozilla.github.io/nunjucks/templating.html#call). Using a `call` block enables you to call a macro with all the text inside the tag. This is helpful if you want to pass a lot of content into a macro. To use it, you will need to wrap the entire fieldset component in a `call` block.

examples:
- name: default
Expand Down

0 comments on commit e64a8e4

Please sign in to comment.