Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #717 from timgates42/bugfix_typo_whether
Browse files Browse the repository at this point in the history
docs: Fix simple typo, wether -> whether
  • Loading branch information
scottjehl committed Sep 6, 2022
2 parents 8ef5e5a + d7d7d4e commit c836473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@

/**
* Shortcut method for matchMedia ( for easy overriding in tests )
* wether native or pf.mMQ is used will be decided lazy on first call
* whether native or pf.mMQ is used will be decided lazy on first call
* @returns {boolean}
*/
pf.matchesMedia = function() {
Expand Down

0 comments on commit c836473

Please sign in to comment.