diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 13:05:05 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 13:05:05 +0200 |
| commit | 9012f3958bfeb813e6b95c1346dae48941e79541 (patch) | |
| tree | c21f8d4ca5ff4aa02ced253833302831397018ae | |
| parent | 10129c006c73d9667a4eb2b45bf0aae7e6cdecdb (diff) | |
Use plural for condition array
| -rw-r--r-- | lib/rules/mask.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rules/mask.js b/lib/rules/mask.js index 230cc27..7d6bba2 100644 --- a/lib/rules/mask.js +++ b/lib/rules/mask.js @@ -18,7 +18,7 @@ const internals ={ 'mesh', ], - condition: [ + conditions: [ 'when dancing', 'at all times', 'in bed', |