diff --git a/ARCs/arc-0047.md b/ARCs/arc-0047.md index 3dd6e0d7a..bb94863c3 100644 --- a/ARCs/arc-0047.md +++ b/ARCs/arc-0047.md @@ -70,7 +70,7 @@ For all other value, front-ends **MUST** decode the ABI value to display the hum All ABI values **MUST** be encoded as base16 and prefixed with `0x`, with the exception of `uint64` which should be provided as an integer. -String values **MUST NOT** include any unescpaed `"` to ensure there is no TEAL injection. +String values **MUST NOT** include any unescaped `"` to ensure there is no TEAL injection. All values **MUST** be validated to ensure they are encoded properly. This includes the following checks: