Skip to content

Commit

Permalink
chore: typo (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeleg committed Mar 5, 2024
1 parent 66b81b0 commit ae21dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useTextDirection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useTextDirection } from '@vueuse/core'
const dir = useTextDirection() // Ref<'ltr' | 'rtl' | 'auto'>
```

By default, it returns `rlt` direction when dir `rtl` is applied to the `html` tag, for example:
By default, it returns `rtl` direction when dir `rtl` is applied to the `html` tag, for example:

```html
<!--ltr-->
Expand Down

0 comments on commit ae21dc1

Please sign in to comment.