]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: minor grammar issues (#2007)
authorRoger! <38413630+icarusgk@users.noreply.github.com>
Fri, 17 Feb 2023 17:17:37 +0000 (11:17 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 17:17:37 +0000 (18:17 +0100)
* fix: minor grammar issues

* change: source code instead of generated files

packages/testing/src/testing.ts

index ca4cb4dbea90477ec0b4c72a76c6d2d40f85c3ad..bdb4e47f3b2d27b75471a4dc05f02357c9ca47d7 100644 (file)
@@ -33,7 +33,7 @@ export interface TestingOptions {
   plugins?: PiniaPlugin[]
 
   /**
-   * When set to false, actions are only spied, they still get executed. When
+   * When set to false, actions are only spied, but they will still get executed. When
    * set to true, actions will be replaced with spies, resulting in their code
    * not being executed. Defaults to true. NOTE: when providing `createSpy()`,
    * it will **only** make the `fn` argument `undefined`. You still have to
@@ -50,7 +50,7 @@ export interface TestingOptions {
 
   /**
    * Creates an empty App and calls `app.use(pinia)` with the created testing
-   * pinia. This is allows you to use plugins while unit testing stores as
+   * pinia. This allows you to use plugins while unit testing stores as
    * plugins **will wait for pinia to be installed in order to be executed**.
    * Defaults to false.
    */