summaryrefslogtreecommitdiffstats
path: root/src/store/contacts.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/contacts.js')
-rw-r--r--src/store/contacts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/contacts.js b/src/store/contacts.js
index cc06753d..8aaa2079 100644
--- a/src/store/contacts.js
+++ b/src/store/contacts.js
@@ -245,7 +245,7 @@ const actions = {
* @param {Object} context the store mutations
* @param {Object} data destructuring object
* @param {Contact} data.contact the contact to delete
- * @param {Boolean} [data.dav=true] trigger a dav deletion
+ * @param {boolean} [data.dav=true] trigger a dav deletion
*/
async deleteContact(context, { contact, dav = true }) {
// only local delete if the contact doesn't exists on the server