Skip to content

Commit 8a53551

Browse files
committed
[Box] Clean up prop descriptions
1 parent 1870e32 commit 8a53551

File tree

1 file changed

+7
-7
lines changed
  • polaris-react/src/components/Box

1 file changed

+7
-7
lines changed

polaris-react/src/components/Box/Box.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,21 +155,21 @@ export interface BoxProps {
155155
/** Width of container */
156156
width?: string;
157157
// These could be moved to new layout component(s) in the future
158-
/** Position of the box */
158+
/** Position of box */
159159
position?: Position;
160-
/** Top position of the box */
160+
/** Top position of box */
161161
top?: Spacing;
162-
/** Bottom position of the box */
162+
/** Bottom position of box */
163163
right?: Spacing;
164-
/** Left position of the box */
164+
/** Left position of box */
165165
bottom?: Spacing;
166-
/** Right position of the box */
166+
/** Right position of box */
167167
left?: Spacing;
168-
/** Opcity of the box */
168+
/** Opacity of box */
169169
opacity?: string;
170170
/** Visually hide the contents (still announced by screenreader) */
171171
visuallyHidden?: boolean;
172-
/** z-index of the box */
172+
/** z-index of box */
173173
zIndex?: string;
174174
}
175175

0 commit comments

Comments
 (0)