Skip to content

Commit 6ceb8be

Browse files
committed
Fix typo
1 parent 1c9e326 commit 6ceb8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networkProviders/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ export interface IAddress {
145145
}
146146

147147
/**
148-
* @deprecated This will be remove with the next release (replaced by the `ITransaction` interface from "src/interface.ts").
148+
* @deprecated This will be removed with the next release (replaced by the `ITransaction` interface from "src/interface.ts").
149149
*/
150150
export type ITransactionNext = ITransactionAsInSpecs;

0 commit comments

Comments
 (0)