diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 65f775ca3f387b2cc271b473a9134564f32d20bd..7b060ce48532c36dadd52950c5f8f293a7515821 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