Skip to content

Commit

Permalink
Fix comment (Modernizr#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Aug 21, 2020
1 parent ce1f215 commit 55f3f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/css/flexgap.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define(['Modernizr', 'createElement', 'docElement'], function(Modernizr, createE
flex.style.flexDirection = 'column';
flex.style.rowGap = '1px';

// create two, elements inside it
// create two elements inside it
flex.appendChild(createElement('div'));
flex.appendChild(createElement('div'));

Expand Down

0 comments on commit 55f3f36

Please sign in to comment.