diff --git a/getting-started.html b/getting-started.html
index f5a9263b02..1ed2be5dc6 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -995,7 +995,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
In summary, here's the basic workflow:
- For each element you want to customize, find its code in the compiled Bootstrap CSS.
- - Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the
.navbar
style specificaton.
+ - Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the
.navbar
style specification.
- In your custom stylesheet, edit the CSS you just copied from the Bootstrap source. No need for prepending additional classes, or appending
!important
here. Keep it simple.
- Rinse and repeat until you're happy with your customizations.