Fix typo in push rules comment

Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
J. Ryan Stinnett 2018-12-12 01:46:48 +00:00
parent bea551f52e
commit 2ca7477406
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class VectorPushRuleDefinition {
// The actions must match to the ones expected by vector state.
// Use `decodeActions` on both sides to canonicalize things like
// value: true vs. unspecified for highlight (which defaults to
// true, making them equivalent.
// true, making them equivalent).
if (enabled &&
JSON.stringify(decodeActions(rule.actions)) ===
JSON.stringify(decodeActions(vectorStateToActions))) {