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