We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd66e92 commit 9d428b0Copy full SHA for 9d428b0
2 files changed
src/elements/Icon/Icon.d.ts
@@ -35,7 +35,7 @@ export interface StrictIconProps {
35
/** Fitted, without space to left or right of Icon. */
36
fitted?: boolean
37
38
- /** Icon can flipped. */
+ /** Icon can be flipped. */
39
flipped?: 'horizontally' | 'vertically'
40
41
/** Formatted to have its colors inverted for contrast. */
src/elements/Icon/Icon.js
@@ -48,7 +48,7 @@ class Icon extends PureComponent {
48
49
fitted: PropTypes.bool,
50
51
52
flipped: PropTypes.oneOf(['horizontally', 'vertically']),
53
54
0 commit comments