Skip to content

Commit 633eaf3

Browse files
authored
fix typo
1 parent fa20c53 commit 633eaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ERROR_HANDLING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case would. This has two major implications:
6464
1. Application specific errors (especially those which can be triggered by
6565
untrusted users) should create contract errors and no panics. This ensures
6666
that error acknowledgements are written and relayer transactions don't fail.
67-
2. Using panics allow the contract developer to make the transaction fail
67+
2. Using panics allows the contract developer to make the transaction fail
6868
without writing an acknowledgement. This can be handy e.g. for allowlisting
6969
relayer addresses.
7070

0 commit comments

Comments
 (0)