From 0969f7936011e9d829732cbf0cb268e32fb32cbc Mon Sep 17 00:00:00 2001 From: "playtinum.dev" <30373104+playtinum@users.noreply.github.com> Date: Thu, 11 Aug 2022 22:54:34 +0200 Subject: [PATCH] changed wording for a better reading experience --- site/content/tutorial/15-context/01-context-api/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/15-context/01-context-api/text.md b/site/content/tutorial/15-context/01-context-api/text.md index e1f095c494..87aacdd510 100644 --- a/site/content/tutorial/15-context/01-context-api/text.md +++ b/site/content/tutorial/15-context/01-context-api/text.md @@ -33,7 +33,7 @@ const map = getMap(); The markers can now add themselves to the map. -> A more finished version of `` would also handle removal and prop changes, but we're only demonstrating context here. +> A more refined version of `` would also handle removal and prop changes, but we're only demonstrating context here. ## Context keys