diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-02-01 20:01:38 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-02-01 20:01:38 +0200 |
commit | 1ec25c2a52d3bbe4c1613a6f818944aeea19a332 (patch) | |
tree | 06520e9119da5fb3eb84d0ac5445ea9aeeb84530 /models/boards.js | |
parent | 5b393756ef8b17a278c9beec039232e138d21fad (diff) | |
download | wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.tar.gz wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.tar.bz2 wekan-1ec25c2a52d3bbe4c1613a6f818944aeea19a332.zip |
Fix typos, thanks to umbertooo
Diffstat (limited to 'models/boards.js')
-rw-r--r-- | models/boards.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js index 3051ef1e..14943d61 100644 --- a/models/boards.js +++ b/models/boards.js @@ -249,7 +249,7 @@ Boards.mutations({ return { $set: { title }}; }, - setDesciption(description) { + setDescription(description) { return { $set: {description} }; }, |