Skip to content

Commit 84a99a5

Browse files
authored
Apply suggestion from @rickhanlonii
1 parent 5d3e81a commit 84a99a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/reference/react

src/content/reference/react/use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: use
44

55
<Intro>
66

7-
`use` is a React API that lets you read the value of a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) or [context](/learn/passing-data-deeply-with-context) resource.
7+
`use` is a React API that lets you read the value of a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) or [context](/learn/passing-data-deeply-with-context).
88

99
```js
1010
const value = use(resource);

0 commit comments

Comments
 (0)