Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6233)
Browse files Browse the repository at this point in the history
  • Loading branch information
iguit0 authored May 13, 2024
1 parent 321d214 commit ef3bb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@docs/styles-api/src/data/Title.styles-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const TitleStylesApi: StylesApiData<TitleFactory> = {
root: {
'--title-fw': 'Title `font-weight`, by default value from `theme.headings`',
'--title-fz': 'Title `font-size`, by default value from `theme.headings`',
'--title-lh': 'Title `line-heigh`t, by default value from `theme.headings`',
'--title-lh': 'Title `line-height`, by default value from `theme.headings`',
'--title-line-clamp': 'Controls `-webkit-line-clamp` css property',
'--title-text-wrap': 'Controls `text-wrap` css property',
},
Expand Down

0 comments on commit ef3bb5e

Please sign in to comment.