Skip to content

Commit fb18360

Browse files
davidpgerokaelig
andauthored
[Form] Fix two typo errors (#2879)
* Fix two typos - browser - submitting * Update UNRELEASED.md Co-Authored-By: Kaelig Deloumeau-Prigent <[email protected]> Co-authored-by: Kaelig Deloumeau-Prigent <[email protected]>
1 parent dbf918b commit fb18360

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

UNRELEASED.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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

src/components/Form/Form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)