Skip to content

Commit ee181e1

Browse files
authored
Update form-group.js
1 parent cdcd034 commit ee181e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-group/form-group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const makePropName = memoize((breakpoint = '', prefix) => {
2424
return `${prefix}${upperFirst(breakpoint)}`
2525
})
2626

27-
const DEPRECATED_MSG =
27+
const DEPRECATED_MSG =
2828
'Props "horizontal" and "breakpoint" are deprecated. Use "label-cols(-{breakpoint})" props instead.'
2929

3030
// render helper functions (here rather than polluting the instance with more methods)

0 commit comments

Comments
 (0)