]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo (#1499)
authorLevi <wangyuanjian1219@gmail.com>
Sun, 31 Jul 2022 13:19:32 +0000 (21:19 +0800)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2022 13:19:32 +0000 (15:19 +0200)
packages/pinia/src/types.ts

index bc8ec38e5f9f4ebbc2cf7883da46da8fc67df5ff..6bbd36eff54abb79c62497c6555db1b1f874eddc 100644 (file)
@@ -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
 }