Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 15:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 15:09:24 +0300
commitb0d4724e47f94c9b1b2676382084ef964200e3c1 (patch)
treece6fc40991e049c022b01a37cbecea12c3285405 /app/assets/javascripts/diffs
parent058e1a233fc1d96917c72cfab552c72db93f4f8b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/diffs')
-rw-r--r--app/assets/javascripts/diffs/components/diff_content.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_content.vue b/app/assets/javascripts/diffs/components/diff_content.vue
index bfe35e9346d..70071a3ff53 100644
--- a/app/assets/javascripts/diffs/components/diff_content.vue
+++ b/app/assets/javascripts/diffs/components/diff_content.vue
@@ -80,7 +80,7 @@ export default {
return this.getUserData;
},
mappedLines() {
- // TODO: Do this data generation when we recieve a response to save a computed property being created
+ // TODO: Do this data generation when we receive a response to save a computed property being created
return this.diffLines(this.diffFile).map(mapParallel(this)) || [];
},
},