Skip to content

Commit

Permalink
lavel typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Aug 21, 2023
1 parent ee5c067 commit d504185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/components/atoms/Field/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type FieldBaseProps = {
inline?: boolean
/** A tokens space key value setting the width of the parent element. */
width?: Space
/** Have lavel appear on the left of the form element. */
/** Have label appear on the left of the form element. */
reverse?: boolean
/** If true, will set the Fields component to read only mode */
readOnly?: boolean
Expand Down

0 comments on commit d504185

Please sign in to comment.