Skip to content

Commit 9d428b0

Browse files
ablakey-locusroboticslayershifter
authored andcommitted
docs(Icon): fix a typo (#3749)
1 parent dd66e92 commit 9d428b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/elements/Icon/Icon.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface StrictIconProps {
3535
/** Fitted, without space to left or right of Icon. */
3636
fitted?: boolean
3737

38-
/** Icon can flipped. */
38+
/** Icon can be flipped. */
3939
flipped?: 'horizontally' | 'vertically'
4040

4141
/** Formatted to have its colors inverted for contrast. */

src/elements/Icon/Icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Icon extends PureComponent {
4848
/** Fitted, without space to left or right of Icon. */
4949
fitted: PropTypes.bool,
5050

51-
/** Icon can flipped. */
51+
/** Icon can be flipped. */
5252
flipped: PropTypes.oneOf(['horizontally', 'vertically']),
5353

5454
/** Formatted to have its colors inverted for contrast. */

0 commit comments

Comments
 (0)