Skip to content

Commit

Permalink
Property or porperty
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Aug 26, 2014
1 parent 3a26747 commit c662db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processors/opacity.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports.processor = function (css) {
}
});

// adds new porperty only if it's not present yet
// adds new property only if it's not present yet
if (!isFilterAlreadyPresent) {
rule.insertAfter(decl, {prop: PROP_REPLACE, value: VAL_REPLACE});
}
Expand Down

0 comments on commit c662db7

Please sign in to comment.