Skip to content

Commit

Permalink
Change title and description in textarea doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hitaloramon authored Nov 17, 2023
1 parent daac29f commit b813b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/documentation/form/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</x-preview>
</x-section>
<x-section>
<x-preview title="Auto-resize"
description="Start to type in the textarea to see the auto-resize in action."
<x-preview title="Resize-auto"
description="Start to type in the textarea to see the resize-auto in action."
language="blade"
:contents="$resizeAuto">
<x-textarea :rows="1" resize-auto />
Expand Down

0 comments on commit b813b4d

Please sign in to comment.