Skip to content

Commit

Permalink
Fix tiny typo - will help for google searches!
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Jun 24, 2015
1 parent 30d6322 commit 0f2a4d8
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 0f2a4d8

Please sign in to comment.