浏览代码

Update plugins.md (#533)

change 'sotre' to 'store'
Rosery 8 年之前
父节点
当前提交
8408a12f47
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 => {