Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored and noisysocks committed Oct 10, 2022
1 parent 54aa8fc commit 135ff4e
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 135ff4e

Please sign in to comment.