summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/commit.vue
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-11-01 15:20:54 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-11-01 15:20:54 +0000
commit3c99d8308a481b3f6edb002912ffc4d760b7fb64 (patch)
tree73555ed44c63103ae57836dd00587e45d084dff2 /app/assets/javascripts/vue_shared/components/commit.vue
parent0336dc438b6faab575df996364076b57e388cc27 (diff)
parentd3a407d66fa553f3ff8afd1b9e42f01b9912e14a (diff)
downloadgitlab-ce-3c99d8308a481b3f6edb002912ffc4d760b7fb64.tar.gz
Merge branch 'master' into 'gl-ui-progress-bar'gl-ui-progress-bar
# Conflicts: # app/assets/javascripts/commons/gitlab_ui.js
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/commit.vue')
-rw-r--r--app/assets/javascripts/vue_shared/components/commit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/commit.vue b/app/assets/javascripts/vue_shared/components/commit.vue
index 13bca99dcb3..151eee75d44 100644
--- a/app/assets/javascripts/vue_shared/components/commit.vue
+++ b/app/assets/javascripts/vue_shared/components/commit.vue
@@ -13,7 +13,7 @@ export default {
},
props: {
/**
- * Indicates the existance of a tag.
+ * Indicates the existence of a tag.
* Used to render the correct icon, if true will render `fa-tag` icon,
* if false will render a svg sprite fork icon
*/