Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and nickvergessen authored May 2, 2024
1 parent a719bca commit 1e4e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This will improve the performance if multiple placeholders are used and it allow
while the string is still sanitized:
```js
t(
`See {linkstart}documentation{linkend}`,
'See {linkstart}documentation{linkend}',
{
linkstart: '<a ...>',
linkend: '</a>',
Expand Down

0 comments on commit 1e4e181

Please sign in to comment.