Fix formatting of numbers in prefix warning box (#19001)

This commit is contained in:
Sam Reed 2021-08-21 12:16:41 +01:00 committed by GitHub
parent fdce69cadc
commit 37c1187557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ automation 3:
<div class='note warning'>
Do not prefix numbers with a zero - using `'00'` instead of '0' for example will result in errors.
Do not prefix numbers with a zero - using `'00'` instead of `'0'` for example will result in errors.
</div>