Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #351 from mkash32/typo
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
smcgregor committed Feb 23, 2016
2 parents d1eba2d + fff2de6 commit b5c89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/javascripts/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (Privly === undefined) {
Privly.storage.remove = function (key) {
ls.removeItem(key);

// In SAFARI extension, if changes are made in the PRIVLY_APPLICAION, send
// In SAFARI extension, if changes are made in the PRIVLY_APPLICATION, send
// the corresponding message to BACKGROUND_SCRIPT
if (Privly.message.currentAdapter.getPlatformName() === 'SAFARI' &&
Privly.message.currentAdapter.getContextName() === 'PRIVLY_APPLICATION') {
Expand Down

0 comments on commit b5c89dd

Please sign in to comment.