Skip to content

Commit

Permalink
docs: fix typo in plugins.md (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mcdonald authored Sep 20, 2024
1 parent 3c8782e commit 6cca093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core-concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Any property _returned_ by a plugin will be automatically tracked by devtools so
// from the example above
pinia.use(({ store }) => {
store.hello = 'world'
// make sure your bundler handle this. webpack and vite should do it by default
// make sure your bundler handles this. webpack and vite should do it by default
if (process.env.NODE_ENV === 'development') {
// add any keys you set on the store
store._customProperties.add('hello')
Expand Down

0 comments on commit 6cca093

Please sign in to comment.