From 8e923a53f647fb167d0b0dc8d79b4f31088334a4 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 31 Jul 2022 21:19:32 +0800 Subject: [PATCH] docs: typo (#1499) --- packages/pinia/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinia/src/types.ts b/packages/pinia/src/types.ts index bc8ec38e..6bbd36ef 100644 --- a/packages/pinia/src/types.ts +++ b/packages/pinia/src/types.ts @@ -208,7 +208,7 @@ export interface _StoreOnActionListenerContext< /** * Sets up a hook if the action fails. Return `false` to catch the error and - * stop it fro propagating. + * stop it from propagating. */ onError: (callback: (error: unknown) => void) => void } -- 2.47.3