Skip to content

Commit c9ff455

Browse files
authored
Update useContractEvents.ts
Signed-off-by: sashaodessa <[email protected]>
1 parent e3bf243 commit c9ff455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/hooks/contract/useContractEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type UseContractEventsOptions<
3737
*
3838
* ### Using event extensions
3939
*
40-
* The `thirdweb/extesions` export contains event definitions for many popular contracts.
40+
* The `thirdweb/extensions` export contains event definitions for many popular contracts.
4141
* You can use these event definitions to watch for specific events with a type-safe API.
4242
*
4343
* ```jsx

0 commit comments

Comments
 (0)