From 919d8196fb33274849861cddf3e11b7d086ddd20 Mon Sep 17 00:00:00 2001 From: Asher Michael <37874522+ashermike@users.noreply.github.com> Date: Sun, 1 Apr 2018 14:40:02 +0300 Subject: [PATCH] Update context.md 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 cac6f756b52..1785cd2dfa2 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