Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jul 18, 2024
1 parent eed2172 commit 46bf30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/GrowingTextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function GrowingTextArea({
return (
<div data-value={value} className={styles.sizer}>
<textarea
placeholder="Add notes.."
placeholder="Add notes..."
rows={1}
value={value}
onInput={onChange}
Expand Down

0 comments on commit 46bf30c

Please sign in to comment.