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:
authoryukihir0 <yukihiro.cotori@gmail.com>2018-11-15 13:15:03 +0300
committeryukihir0 <yukihiro.cotori@gmail.com>2018-11-15 13:15:03 +0300
commitb8bd7ef8097e47a44055d712ab818d4bd6cabc77 (patch)
tree2403fbcc6db8316b501353ccf1195c5342edff0b /app/assets/javascripts/files_comment_button.js
parentf31aea1722c11263b17d01e4ac2f8ba214ffcd0f (diff)
Fix types comment
Diffstat (limited to 'app/assets/javascripts/files_comment_button.js')
-rw-r--r--app/assets/javascripts/files_comment_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/files_comment_button.js b/app/assets/javascripts/files_comment_button.js
index 3233f5c4f71..aad5647c045 100644
--- a/app/assets/javascripts/files_comment_button.js
+++ b/app/assets/javascripts/files_comment_button.js
@@ -1,5 +1,5 @@
/* Developer beware! Do not add logic to showButton or hideButton
- * that will force a reflow. Doing so will create a signficant performance
+ * that will force a reflow. Doing so will create a significant performance
* bottleneck for pages with large diffs. For a comprehensive list of what
* causes reflows, visit https://gist.github.com/paulirish/5d52fb081b3570c81e3a
*/