From f71c82fcd4763771cb24712414fbb2f2aaba2d0f Mon Sep 17 00:00:00 2001 From: Akul Srivastava Date: Wed, 22 Jun 2022 17:49:04 +0530 Subject: [PATCH] fix(docs): remove redundancy (#4764) --- beta/src/pages/apis/createcontext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/pages/apis/createcontext.md b/beta/src/pages/apis/createcontext.md index 56393242..a140103e 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:**