Skip to content

Commit

Permalink
Update packages/core/src/account/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Moldoveanu <[email protected]>
  • Loading branch information
denniswon and moldy530 authored Dec 5, 2023
1 parent 5dac618 commit 3aa63d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/account/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface ISmartContractAccount<
* Allows you to add additional functionality and utility methods to this account
* via a decorator pattern.
*
* NOTE: this method does not allow you to override existing methods on the provider.
* NOTE: this method does not allow you to override existing methods on the account.
*
* @example
* ```ts
Expand Down

0 comments on commit 3aa63d3

Please sign in to comment.