Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 2ca7477

Browse files
committed
Fix typo in push rules comment
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
1 parent bea551f commit 2ca7477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notifications/VectorPushRulesDefinitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class VectorPushRuleDefinition {
4949
// The actions must match to the ones expected by vector state.
5050
// Use `decodeActions` on both sides to canonicalize things like
5151
// value: true vs. unspecified for highlight (which defaults to
52-
// true, making them equivalent.
52+
// true, making them equivalent).
5353
if (enabled &&
5454
JSON.stringify(decodeActions(rule.actions)) ===
5555
JSON.stringify(decodeActions(vectorStateToActions))) {

0 commit comments

Comments
 (0)