Skip to content

Commit

Permalink
doxs: fix typo and improve readability (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
mil7 authored Oct 11, 2023
1 parent 935f6c8 commit 51de4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/cookbook/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import { useCounterStore } from '../src/stores/counter'

describe('Counter Store', () => {
beforeEach(() => {
// creates a fresh pinia and make it active so it's automatically picked
// up by any useStore() call without having to pass it to it:
// `useStore(pinia)`
// creates a fresh pinia and makes it active
// so it's automatically picked up by any useStore() call
// without having to pass it to it: `useStore(pinia)`
setActivePinia(createPinia())
})

Expand Down

0 comments on commit 51de4e6

Please sign in to comment.