소스 검색

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

Changing 'this chapters' to 'these chapters'  and 'in Vuex' to 'of Vuex'.
Kenny Skaggs 8 년 전
부모
커밋
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)