浏览代码

Grammar fixes in core-concepts.md (#1015)

Changing 'this chapters' to 'these chapters'  and 'in Vuex' to 'of Vuex'.
Kenny Skaggs 7 年之前
父节点
当前提交
2d097f913f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/core-concepts.md

+ 1 - 1
docs/en/core-concepts.md

@@ -1,6 +1,6 @@
 # Core Concepts
 
-We will be learning the core concepts in Vuex in this chapters. They are
+We will be learning the core concepts of Vuex in these chapters. They are
   - [State](state.md)
   - [Getters](getters.md)
   - [Mutations](mutations.md)