diff --git a/style/index.md b/style/index.md
index dc9f1f92ea..07ace255b3 100644
--- a/style/index.md
+++ b/style/index.md
@@ -20,7 +20,7 @@ title: Scala Style Guide
{% for i in (1..totalPages) %}
{% for pg in site.pages %}
{% if pg.partof == "style-guide" and pg.num and pg.num == i %}
-
{{ pg.title }}
+ {{ pg.title }}
{% endif %}
{% endfor %}
{% endfor %}
@@ -33,8 +33,8 @@ title: Scala Style Guide
Overview
Indentation
Naming Conventions
@@ -43,47 +43,46 @@ title: Scala Style Guide
Objects
Packages
Methods
- Values, Variables, and Methods
- Type Parameters (Generics)
+ Constants, Values, Variable and Methods
+ Type Parameters (generics)
Annotations
- Special Note on Brevity
+ Special Note on Brevity
Types
Nested Blocks
@@ -91,13 +90,13 @@ title: Scala Style Guide