Skip to content

Commit f71c82f

Browse files
authored
fix(docs): remove redundancy (#4764)
1 parent d8cd1ce commit f71c82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/apis/createcontext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Profile() {
5353
}
5454
```
5555

56-
By default, the values they receive will be the <CodeStep step={3}>the default values</CodeStep> you have specified when creating the contexts. However, by itself this isn't useful because the default values never change.
56+
By default, the values they receive will be the <CodeStep step={3}>default values</CodeStep> you have specified when creating the contexts. However, by itself this isn't useful because the default values never change.
5757

5858
Context is useful because you can **provide other, dynamic values from your components:**
5959

0 commit comments

Comments
 (0)