diff --git a/beta/src/pages/apis/createcontext.md b/beta/src/pages/apis/createcontext.md index 56393242d..a140103e3 100644 --- a/beta/src/pages/apis/createcontext.md +++ b/beta/src/pages/apis/createcontext.md @@ -53,7 +53,7 @@ function Profile() { } ``` -By default, the values they receive will be the the default values you have specified when creating the contexts. However, by itself this isn't useful because the default values never change. +By default, the values they receive will be the default values you have specified when creating the contexts. However, by itself this isn't useful because the default values never change. Context is useful because you can **provide other, dynamic values from your components:**