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-05-31 15:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 15:09:12 +0300
commit8243505178033432b7fc6834eef425c9dcdfd7bc (patch)
tree0497dc786de7ae7563141055bc67d43645489f69 /app/assets/javascripts/performance_bar
parentdcbe65b8b6d3be931c10a823d1271318f70b1507 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/performance_bar')
-rw-r--r--app/assets/javascripts/performance_bar/performance_bar_log.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/performance_bar/performance_bar_log.js b/app/assets/javascripts/performance_bar/performance_bar_log.js
index aad99e2604e..62ca568adc5 100644
--- a/app/assets/javascripts/performance_bar/performance_bar_log.js
+++ b/app/assets/javascripts/performance_bar/performance_bar_log.js
@@ -10,7 +10,7 @@ const initVitalsLog = () => {
console.log(
`${String.fromCodePoint(
0x1f4d1,
- )} To get the final web vital numbers reported you maybe need to switch away and back to the tab`,
+ )} To get the final web vital numbers report you may need to switch away and back to the tab`,
);
getCLS(reportVital);
getFID(reportVital);