mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
Fix a recurrent English typo
This commit is contained in:
parent
54bc9d0dcb
commit
74fba0a817
10 changed files with 25 additions and 25 deletions
|
|
@ -37,7 +37,7 @@ class SetFilter {
|
|||
}
|
||||
}
|
||||
|
||||
toogle(val) {
|
||||
toggle(val) {
|
||||
if (this._indexOfVal(val) === -1) {
|
||||
this.add(val);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue