Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Austin <[email protected]>
  • Loading branch information
ciampo and stokesman committed Mar 18, 2022
1 parent 2fa26a6 commit 5b6be2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/unit-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ function UnforwardedUnitControl(
if ( typeof unitProp !== 'undefined' ) {
deprecated( 'UnitControl unit prop', {
since: '5.6',
hint:
'Please provide a unit with a value through the `value` prop.',
hint: 'The unit should be provided within the `value` prop.',
version: '6.2',
} );
}
Expand Down

0 comments on commit 5b6be2d

Please sign in to comment.