Skip to content

Commit 8b8193b

Browse files
authored
Fix typo in field-sizing documentation (#2448)
it's => its (it's = it is, its = possessive) cheers :)
1 parent 2b2acdc commit 8b8193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/field-sizing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const description = "Utilities for controlling the sizing of form control
1717

1818
### Sizing based on content
1919

20-
Use the `field-sizing-content` utility to allow a form control to adjust it's size based on the content:
20+
Use the `field-sizing-content` utility to allow a form control to adjust its size based on the content:
2121

2222
<Figure hint="Type in the input below to see the size change">
2323

0 commit comments

Comments
 (0)