Skip to content

Commit e633a84

Browse files
authored
fix typo (#1171)
1 parent 4b5c359 commit e633a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The plugin can then read that option to wrap actions and replace the original on
208208

209209
```js
210210
// use any debounce library
211-
import debounce from 'lodash/debunce'
211+
import debounce from 'lodash/debounce'
212212

213213
pinia.use(({ options, store }) => {
214214
if (options.debounce) {

0 commit comments

Comments
 (0)