Skip to content

Commit

Permalink
Merge pull request #977 from nhsuk/update-inset-text-html-param-docs
Browse files Browse the repository at this point in the history
Use lowercase html param in Inset text example
  • Loading branch information
frankieroberto authored Jul 2, 2024
2 parents 9f9d432 + fde4816 commit a3c91f6
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 a3c91f6

Please sign in to comment.