Skip to content

Commit

Permalink
Use lowercase html param in Inset text example
Browse files Browse the repository at this point in the history
The inset text component was updated to support a lowercase `html` param in #951
  • Loading branch information
frankieroberto authored Jun 27, 2024
1 parent 9f9d432 commit fde4816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/coding-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Example:

```
{{ insetText({
"HTML": "<p>If you drive you must tell the <a href='https://www.gov.uk/contact-the-dvla/' title='External website'>DVLA</a> about your vertigo. Visit the GOV.UK website for more information on <a href='https://www.gov.uk/dizziness-and-driving' title='External website'>driving with vertigo</a></p>"
"html": "<p>If you drive you must tell the <a href='https://www.gov.uk/contact-the-dvla/' title='External website'>DVLA</a> about your vertigo. Visit the GOV.UK website for more information on <a href='https://www.gov.uk/dizziness-and-driving' title='External website'>driving with vertigo</a></p>"
}) }}
```

Expand Down

0 comments on commit fde4816

Please sign in to comment.