Browse Source

Tweak intro message

Thibaut 11 years ago
parent
commit
a0b7959566
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/javascripts/templates/pages/root_tmpl.coffee.erb

+ 2 - 2
assets/javascripts/templates/pages/root_tmpl.coffee.erb

@@ -11,7 +11,7 @@ app.templates.intro = """
     <h2 class="_intro-title">Hi there!</h2>
     <p>Thanks for downloading DevDocs. Here are a few things you should know:
     <ol class="_intro-list">
-      <li>Your local version of DevDocs will not self-update. Unless you're offline or modifying the code,
+      <li>Your local version of DevDocs won't self-update. Unless you're offline or modifying the code,
           I recommend using the hosted version at <a href="http://devdocs.io">devdocs.io</a>.
       <li>Run <code class="_label">thor docs:list</code> to see all available documentations.
       <li>Run <code class="_label">thor docs:download --all</code> to download/update all documentations.
@@ -36,7 +36,7 @@ app.templates.intro = """
     <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
        Here's what you should know before you start:
     <ol class="_intro-list">
-      <li>To pick your docs, click <a class="_intro-link" data-pick-docs>Select documentation</a> in the bottom left corner
+      <li>To enable more docs, click <a class="_intro-link" data-pick-docs>Select documentation</a> in the bottom left corner
       <li>You don't have to use your mouse &mdash; see the list of <a href="/help#shortcuts">keyboard shortcuts</a>
       <li>The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
       <li>To search a specific documentation, type its name (or an abbreviation), then Tab