Skip to content

Commit

Permalink
[docs] Fix typo (#1848)
Browse files Browse the repository at this point in the history
Update use-focus-return.mdx to reflect 5.0.0 changes
  • Loading branch information
rtivital committed Jul 25, 2022
2 parents 8f71ac6 + 4fb575f commit cb4bdb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/docs/hooks/use-focus-return.mdx
Expand Up @@ -41,7 +41,6 @@ If `shouldReturnFocus` option is set to `false` you can call returned function t
```tsx
const returnFocus = useFocusReturn({
opened: false,
transitionDuration: 200,
shouldReturnFocus: false,
});

Expand Down

0 comments on commit cb4bdb6

Please sign in to comment.