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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-12 22:00:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-12 22:00:21 +0300
commit1af4fcfa123370ab6dcf38a424c54029d7734032 (patch)
treea92b65eb3c5397ffe641fa1707cc80641e13cd39 /app/assets/stylesheets/application.scss
parentc42d35b7214348e5c31014b3d3d54e59f6030ddc (diff)
Fix typos in application.scss
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 65f775ca3f3..7b060ce4853 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -13,9 +13,9 @@
/*
* Welcome to GitLab css!
- * If you need to add or modify UI component that is commont for many pages
- * like table or typography then make changes in framework/ directory.
- * If you need to add uniq style that should affect only one page - use pages/
+ * If you need to add or modify UI component that is common for many pages
+ * like a table or typography then make changes in the framework/ directory.
+ * If you need to add unique style that should affect only one page - use pages/
* directory.
*/
@@ -48,4 +48,4 @@
/*
* Styles for JS behaviors.
*/
-@import "behaviors.scss";
+@import "behaviors.scss"; \ No newline at end of file