Browse Source

fix(docs): remove redundancy (#4764)

main
Akul Srivastava 3 years ago
committed by GitHub
parent
commit
f71c82fcd4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/pages/apis/createcontext.md

2
beta/src/pages/apis/createcontext.md

@ -53,7 +53,7 @@ function Profile() {
}
```
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.
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.
Context is useful because you can **provide other, dynamic values from your components:**

Loading…
Cancel
Save