diff --git a/packages/core/useTextDirection/index.md b/packages/core/useTextDirection/index.md index 371b42cdad7..7b5b9b1a6da 100644 --- a/packages/core/useTextDirection/index.md +++ b/packages/core/useTextDirection/index.md @@ -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