Skip to content

Commit 252e8a8

Browse files
lazzzisposva
andauthored
docs: fix typo in PiniaPluginContext (#1244)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 31c62c1 commit 252e8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/api/interfaces/pinia.PiniaPluginContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ___
3939

4040
**options**: [`DefineStoreOptionsInPlugin`](pinia.DefineStoreOptionsInPlugin.md)<`Id`, `S`, `G`, `A`\>
4141

42-
Current store being extended.
42+
Options object defining the store passed to `defineStore()`.
4343

4444
#### Defined in
4545

packages/pinia/src/rootStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface PiniaPluginContext<
122122
store: Store<Id, S, G, A>
123123

124124
/**
125-
* Current store being extended.
125+
* Initial options defining the store when calling `defineStore()`.
126126
*/
127127
options: DefineStoreOptionsInPlugin<Id, S, G, A>
128128
}

0 commit comments

Comments
 (0)