Skip to content

Commit

Permalink
docs: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Nov 20, 2024
1 parent 7b77bd3 commit 6046ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/golem-network/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type GolemPluginOptions = Record<string, any> | undefined;
*
* Golem plugins are initialized during {@link GolemNetwork.connect}
*
* A plugin initializer may return a cleanup function which will be called udring {@link GolemNetwork.disconnect}
* A plugin initializer may return a cleanup function which will be called during {@link GolemNetwork.disconnect}
*/
export type GolemPluginInitializer<T extends GolemPluginOptions = undefined> = (
glm: GolemNetwork,
Expand Down

0 comments on commit 6046ffb

Please sign in to comment.