diff --git a/docs/components/textarea.md b/docs/components/textarea.md index e2ba755..92dbd6e 100644 --- a/docs/components/textarea.md +++ b/docs/components/textarea.md @@ -1,6 +1,8 @@ # Vue Textarea - Flowbite @@ -24,7 +26,7 @@ Get started with the default example of a textarea component below. v-model="message" :rows="4" label="Your message" - placeholder="Write you message..." + placeholder="Write your message..." /> @@ -50,7 +52,7 @@ Most often the textarea component is used as the main text field input element i :rows="3" custom label="Your message" - placeholder="Write you message..." + placeholder="Write your message..." > diff --git a/docs/components/textarea/examples/FwbTextareaExampleComment.vue b/docs/components/textarea/examples/FwbTextareaExampleComment.vue index 620808b..921618a 100644 --- a/docs/components/textarea/examples/FwbTextareaExampleComment.vue +++ b/docs/components/textarea/examples/FwbTextareaExampleComment.vue @@ -5,7 +5,7 @@ :rows="3" custom label="Your message" - placeholder="Write you message..." + placeholder="Write your message..." >