Skip to content

Commit dc84ded

Browse files
committedFeb 19, 2019
chore: typo
1 parent 05c61a4 commit dc84ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/spacings/spacings.visualroute.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const component = () => (
233233
].map(prop => (
234234
<Spec
235235
key={`inline-justify-${prop}`}
236-
label={`Inset - when justifyContent is ${prop}`}
236+
label={`Inline - when justifyContent is ${prop}`}
237237
>
238238
<View>
239239
<Constraints.Horizontal constraint="scale">

0 commit comments

Comments
 (0)