diff --git a/docs/components/footer.vue b/docs/components/footer.vue
index cfbc0da7fb7..80d37f618e8 100644
--- a/docs/components/footer.vue
+++ b/docs/components/footer.vue
@@ -12,7 +12,7 @@
           <h5 class="bd-text-purple-bright mb-1">Documentation</h5>
           <ul class="list-unstyled ml-3">
             <li><b-link to="/" exact>Home</b-link></li>
-            <li><b-link to="/docs" exact>Getting started</b-link></li>
+            <li><b-link to="/docs" exact>Getting Started</b-link></li>
             <li><b-link to="/docs/components" exact>Components</b-link></li>
             <li><b-link to="/docs/directives" exact>Directives</b-link></li>
             <li><b-link to="/docs/icons" exact>Icons</b-link></li>
diff --git a/docs/content.js b/docs/content.js
index 6724ac9960d..33780ffd23f 100644
--- a/docs/content.js
+++ b/docs/content.js
@@ -31,7 +31,7 @@ export const reference = importAll(referenceContext)
 
 export const nav = [
   {
-    title: 'Getting started',
+    title: 'Getting Started',
     base: '',
     exact: true
   },