From c1c9714041274384bb20c1bdc66c757cab0799b5 Mon Sep 17 00:00:00 2001 From: Asher Michael <37874522+ashermike@users.noreply.github.com> Date: Sun, 1 Apr 2018 15:34:24 +0300 Subject: [PATCH] Update context.md (#751) Corrected a grammar error in one of the notes section. --- content/docs/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/context.md b/content/docs/context.md index cac6f756..1785cd2d 100644 --- a/content/docs/context.md +++ b/content/docs/context.md @@ -35,7 +35,7 @@ Using context, we can avoid passing props through intermediate elements: > Note > -> Don't use context just to avoid passing props a few levels down. Stick to cases where the same data needs to accessed in many components at multiple levels. +> Don't use context just to avoid passing props a few levels down. Stick to cases where the same data needs to be accessed in many components at multiple levels. ## API