diff --git a/getting-started.html b/getting-started.html
index 8c0d9d2a33cd930f0d12ffa0a68c0c686ad6eeed..5c0b11627796caeea8e04ff9129d36d9ced84af6 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -867,7 +867,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
     <p>If your navigation contains many links and comes before the main content in the DOM, add a <code>Skip to content</code> link immediately after your opening <code>&lt;body&gt;</code> tag. <a href="http://a11yproject.com/posts/skip-nav-links/">(read why)</a></p>
 {% highlight html %}
 <body>
-  <a href="#content" class="sr-only">Skip to content</a>
+  <a href="#content" class="sr-only">Skip to main content</a>
   <div class="container" id="content">
     The main page content.
   </div>