From ae21dc174e34f5553e783b70cb4b66026f4870a8 Mon Sep 17 00:00:00 2001 From: Eyal Peleg Date: Tue, 5 Mar 2024 03:26:38 +0200 Subject: [PATCH] chore: typo (#3843) --- packages/core/useTextDirection/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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