From 127be96ee80c0894cf748e6569c8cb2bb8f7304d Mon Sep 17 00:00:00 2001 From: Kenny Skaggs Date: Tue, 24 Oct 2017 15:55:35 -0500 Subject: [PATCH] Grammar fixes in core-concepts.md Changing 'this chapters' to 'these chapters' and 'in Vuex' to 'of Vuex'. --- docs/en/core-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/core-concepts.md b/docs/en/core-concepts.md index 1c0da174c..f5820bf33 100644 --- a/docs/en/core-concepts.md +++ b/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)