From 71eae0e01b2b2b5fcd6856644163a714c12f0145 Mon Sep 17 00:00:00 2001 From: Grigoriy Beziuk Date: Wed, 9 Oct 2019 16:22:18 +0300 Subject: [PATCH] docs: guide/apollo wording fix (#816) --- docs/guide/apollo/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/apollo/queries.md b/docs/guide/apollo/queries.md index e9be85d..39dd6f7 100644 --- a/docs/guide/apollo/queries.md +++ b/docs/guide/apollo/queries.md @@ -79,7 +79,7 @@ You can then use your property as usual in your vue component: ## Name matching -Please note that a common beginner's error is to use a different data name from the field name in query, eg: +Please note that a common beginner's mistake is to use a data name different from the field name in the query, e.g.: ```js apollo: {