We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5c359 commit e633a84Copy full SHA for e633a84
packages/docs/core-concepts/plugins.md
@@ -208,7 +208,7 @@ The plugin can then read that option to wrap actions and replace the original on
208
209
```js
210
// use any debounce library
211
-import debounce from 'lodash/debunce'
+import debounce from 'lodash/debounce'
212
213
pinia.use(({ options, store }) => {
214
if (options.debounce) {
0 commit comments