From 67ef866a404232ac72eb01d902ce3e0c0b2dcd28 Mon Sep 17 00:00:00 2001 From: Julien Augugliaro Date: Thu, 12 Jun 2025 23:48:01 +0200 Subject: [PATCH] docs(input): fix typo in mask example (#4334) --- docs/content/3.components/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/input.md b/docs/content/3.components/input.md index becc8d08..f31fddb5 100644 --- a/docs/content/3.components/input.md +++ b/docs/content/3.components/input.md @@ -280,7 +280,7 @@ This example uses the `defineShortcuts` composable to focus the Input when the : ### With mask -There's no built-in support for masks, but you can use librairies like [maska](https://github.com/beholdr/maska) to mask the Input. +There's no built-in support for masks, but you can use libraries like [maska](https://github.com/beholdr/maska) to mask the Input. ::component-example ---