Skip to content

Commit

Permalink
Merge pull request #1609 from steveyken/master
Browse files Browse the repository at this point in the history
Fix tiny typo - will help for google searches!
  • Loading branch information
patrickkettner committed Jun 24, 2015
2 parents 30d6322 + 0f2a4d8 commit 347ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/storage/localstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(['Modernizr'], function(Modernizr) {

// Also in iOS5 Private Browsing mode, attempting to use localStorage.setItem
// will throw the exception:
// QUOTA_EXCEEDED_ERRROR DOM Exception 22.
// QUOTA_EXCEEDED_ERROR DOM Exception 22.
// Peculiarly, getItem and removeItem calls do not throw.

// Because we are forced to try/catch this, we'll go aggressive.
Expand Down

0 comments on commit 347ddb0

Please sign in to comment.