diff --git a/assets/css/docs.css b/assets/css/docs.css
index 13b01bfa6..bfce2d314 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -939,11 +939,11 @@ body {
width: 213px;
}
.bs-sidebar.affix {
- position: fixed; /* Undo the static from mobile-first approach */
+ position: fixed; /* Undo the static from mobile first approach */
top: 80px;
}
.bs-sidebar.affix-bottom {
- position: absolute; /* Undo the static from mobile-first approach */
+ position: absolute; /* Undo the static from mobile first approach */
}
.bs-sidebar.affix-bottom .bs-sidenav,
.bs-sidebar.affix .bs-sidenav {
diff --git a/css.html b/css.html
index dd576df06..267c9e9c5 100644
--- a/css.html
+++ b/css.html
@@ -85,7 +85,7 @@ base_url: "../"
Grid system
-
Bootstrap includes a responsive, mobile-first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.
+
Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.
Media queries
We use the following media queries to create the key breakpoints in our grid system.
@@ -1487,6 +1487,6 @@ base_url: "../"
diff --git a/examples/jumbotron-narrow/jumbotron-narrow.css b/examples/jumbotron-narrow/jumbotron-narrow.css
index ea8e393bd..ae7a83f32 100644
--- a/examples/jumbotron-narrow/jumbotron-narrow.css
+++ b/examples/jumbotron-narrow/jumbotron-narrow.css
@@ -4,7 +4,7 @@ body {
padding-bottom: 20px;
}
-/* Everything but the jumbotron gets side spacing for mobile-first views */
+/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css
index be983ba6b..9b8929c35 100644
--- a/examples/justified-nav/justified-nav.css
+++ b/examples/justified-nav/justified-nav.css
@@ -2,7 +2,7 @@ body {
padding-top: 20px;
}
-/* Everything but the jumbotron gets side spacing for mobile-first views */
+/* Everything but the jumbotron gets side spacing for mobile first views */
.masthead,
.footer {
padding-left: 15px;
diff --git a/index.html b/index.html
index c5c3cf5a4..26252c889 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@ base_url: "./"
Bootstrap 3
-
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
+
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.