Skip to content

Commit 40b437a

Browse files
authored
Update event.mdx
1 parent 2d76752 commit 40b437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tutorial/cw-contract/event.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ call. Additionally, there is a possibility to add attributes directly to the res
170170
sugar. By default, every execution emits a standard "wasm" event. Adding attributes to the result
171171
adds them to the default event.
172172

173-
We can check if events are properly emitted by contract. It is not always done, as it is much of
173+
We can check if events are properly emitted by the contract. It is not always done, as it is much of
174174
boilerplate in test, but events are, generally, more like logs - not necessarily considered main
175175
contract logic. Let's now write single test checking if execution emits events:
176176

0 commit comments

Comments
 (0)