summaryrefslogtreecommitdiffstats
path: root/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index aa0240ce..8bf112bf 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -55,7 +55,7 @@ export default new Store({
* the contat ical update itself on property getters
* this is causing issues with the strict mode.
* Since we're only getting the data for the contacts list
- * and considering we're initiating an independant contact
+ * and considering we're initiating an independent contact
* class for the details which replace itself into the
* store by mutations we can ignore this and say that
* the risk of losing track of changes is expandable.