Skip to content

Commit 8e923a5

Browse files
authored
docs: typo (#1499)
1 parent 192dc34 commit 8e923a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pinia/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export interface _StoreOnActionListenerContext<
208208

209209
/**
210210
* Sets up a hook if the action fails. Return `false` to catch the error and
211-
* stop it fro propagating.
211+
* stop it from propagating.
212212
*/
213213
onError: (callback: (error: unknown) => void) => void
214214
}

0 commit comments

Comments
 (0)