Browse Source

Minor grammatical correction (#5406)

Adding a minor grammatical correction to the useImperativeHandle hook API reference markdown page.
main
Rahul Rao 2 years ago
committed by GitHub
parent
commit
2a3bcb6c00
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/reference/react/useImperativeHandle.md

2
beta/src/content/reference/react/useImperativeHandle.md

@ -4,7 +4,7 @@ title: useImperativeHandle
<Intro> <Intro>
`useImperativeHandle` is a React Hook lets you customize the handle exposed as a [ref.](/learn/manipulating-the-dom-with-refs) `useImperativeHandle` is a React Hook that lets you customize the handle exposed as a [ref.](/learn/manipulating-the-dom-with-refs)
```js ```js
useImperativeHandle(ref, createHandle, dependencies?) useImperativeHandle(ref, createHandle, dependencies?)

Loading…
Cancel
Save