Skip to content

Commit 89bb56e

Browse files
authored
Typographical correction (#869)
1 parent 79d0c81 commit 89bb56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/cookbook/composing-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const useB = defineStore('b', () => {
4242

4343
## Nested stores
4444

45-
Note that if one store uses an other store, **there is no need to create a new store in a separate file**, you can directly import it. Think of it as nesting.
45+
Note that if one store uses another store, **there is no need to create a new store in a separate file**, you can directly import it. Think of it as nesting.
4646

4747
You can call `useOtherStore()` at the top of any getter or action:
4848

0 commit comments

Comments
 (0)