summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
commit7f47e13218477c13cc627c2f0664500b72ea18b7 (patch)
tree077f08ada085795dab3a4ecbcfa0436d67642977 /app/assets/javascripts/environments
parent1c50200b9aba86d2ba66b81dee7886a51dc38409 (diff)
parent733ae9492129e835f183902a97ee0886e2dbdc9b (diff)
downloadgitlab-ce-7f47e13218477c13cc627c2f0664500b72ea18b7.tar.gz
Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
Diffstat (limited to 'app/assets/javascripts/environments')
-rw-r--r--app/assets/javascripts/environments/components/environment_item.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/environments/components/environment_item.vue b/app/assets/javascripts/environments/components/environment_item.vue
index bb9c139727e..b62a5bb1940 100644
--- a/app/assets/javascripts/environments/components/environment_item.vue
+++ b/app/assets/javascripts/environments/components/environment_item.vue
@@ -15,7 +15,7 @@ import CommitComponent from '../../vue_shared/components/commit.vue';
import eventHub from '../event_hub';
/**
- * Envrionment Item Component
+ * Environment Item Component
*
* Renders a table row for each environment.
*/
@@ -60,7 +60,7 @@ export default {
computed: {
/**
- * Verifies if `last_deployment` key exists in the current Envrionment.
+ * Verifies if `last_deployment` key exists in the current Environment.
* This key is required to render most of the html - this method works has
* an helper.
*