Skip to content

Commit

Permalink
chore(apps/web): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Nov 25, 2024
1 parent f719adc commit 794f6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const SliceInstructionFields: FC<SliceInstructionFieldsProps> = ({
Optional
</Text>
<Tooltip
label="An optional boolean flag used to control the decoding behavior for the byte slice. When turned on, the decoder won't throw an exception caused by slicing the byte range, if that range is out of bounds (not found). Instead a fallback value of nil ('0x') will by used for that byte slice."
label="An optional boolean flag used to control the decoding behavior for the byte slice. When turned on, the decoder won't throw an exception caused by slicing the byte range, if that range is out of bounds (not found). Instead a fallback value of nil ('0x') will be used for that byte slice."
multiline
w={300}
>
Expand Down

0 comments on commit 794f6b5

Please sign in to comment.