File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88
99### Documentation
1010
11+ - Fixed two typos in the ` Form ` documentation ([ #2879 ] ( https://github.com/Shopify/polaris-react/pull/2879 ) )
12+
1113### Development workflow
1214
1315### Dependency upgrades
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ export interface FormProps {
1717 acceptCharset ?: string ;
1818 /** Where to send form-data on submittal */
1919 action ?: string ;
20- /** Grants the broswer the ability to autocomplete input elements */
20+ /** Grants the browser the ability to autocomplete input elements */
2121 autoComplete ?: boolean ;
2222 /** The content to display inside the form. */
2323 children ?: React . ReactNode ;
24- /** Media type when submiting content to server */
24+ /** Media type when submitting content to server */
2525 encType ?: Enctype ;
2626 /** Toggles if form submits on Enter keypress. Defaults to true. */
2727 implicitSubmit ?: boolean ;
You can’t perform that action at this time.
0 commit comments