Explorar o código

Update plugins.md (#533)

change 'sotre' to 'store'
Rosery %!s(int64=8) %!d(string=hai) anos
pai
achega
8408a12f47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/zh-cn/plugins.md

+ 1 - 1
docs/zh-cn/plugins.md

@@ -1,6 +1,6 @@
 # 插件
 
-Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 sotre 作为唯一参数:
+Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 store 作为唯一参数:
 
 ``` js
 const myPlugin = store => {