Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Oct 7, 2022
1 parent f32bcb7 commit ce2d1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe( 'getComputedFluidTypographyValue()', () => {
}
} );

it( 'should return a fluid font size when given a min and max', () => {
it( 'should return a fluid font size when given a min and max font size', () => {
const fluidTypographyValues = getComputedFluidTypographyValue( {
minimumFontSize: '20px',
maximumFontSize: '45px',
Expand Down

0 comments on commit ce2d1b6

Please sign in to comment.