chore: fix minor typo in date-input docs (#2790)

This commit is contained in:
Art Rosnovsky 2024-04-18 13:02:52 -07:00 committed by GitHub
parent eccc2f2f3d
commit a2b8421441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ export default function App() {
<DateInput
label={"Birth date"}
placeholderValue={new CalendarDate(1995, 11, 6)}
description={"Thiis is my birth date."}
description={"This is my birth date."}
/>
</div>
);