diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee index 608620db..8c0c1bcd 100644 --- a/assets/javascripts/templates/error_tmpl.coffee +++ b/assets/javascripts/templates/error_tmpl.coffee @@ -39,6 +39,6 @@ app.templates.unsupportedBrowser = """ If you're unable to upgrade, I apologize. I decided to prioritize speed and new features over support for older browsers.

- — Thibaut @DevDocs + — Thibaut @DevDocs """ diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 33d1e1c4..e69716df 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -13,7 +13,7 @@ app.templates.aboutPage = -> """

DevDocs combines multiple API documentations in a fast, organized, and searchable interface.

diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee b/assets/javascripts/templates/pages/news_tmpl.coffee index 5f6b2fb5..6cc1aaba 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee +++ b/assets/javascripts/templates/pages/news_tmpl.coffee @@ -120,7 +120,7 @@ app.news = [ ], [ 1372377600000, # June 28, 2013 """ DevDocs made the front page of Hacker News! - Hi everyone — thanks for trying DevDocs. + Hi everyone — thanks for trying DevDocs. Please bear with me while I fix bugs and scramble to add more docs. This is only v1. There's a lot more to come. """ ], [ diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 04294cd8..2d28b07d 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -35,10 +35,10 @@ app.templates.intro = """ Here's what you should know before you start:
  1. To pick your docs, click Select documentation in the bottom left corner -
  2. You don't have to use your mouse — see the list of keyboard shortcuts +
  3. You don't have to use your mouse — see the list of keyboard shortcuts
  4. The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
  5. To search a specific documentation, type its name (or an abbreviation), then Tab -
  6. You can search using your browser's address bar — learn how +
  7. You can search using your browser's address bar — learn how
  8. DevDocs works on mobile and is available as a Chrome web app
  9. For the latest news, subscribe to the newsletter or follow @DevDocs
  10. DevDocs is free and open source diff --git a/public/500.html b/public/500.html index 67f18143..a3c891b6 100644 --- a/public/500.html +++ b/public/500.html @@ -62,7 +62,7 @@

    Oops!

    Something is technically wrong.
    - Thanks for noticing—we're going to fix it up and have things back to normal soon.
    + Thanks for noticing—we're going to fix it up and have things back to normal soon.
    Go back to devdocs.io.

    diff --git a/views/index.erb b/views/index.erb index 00a35bff..f051d6ca 100644 --- a/views/index.erb +++ b/views/index.erb @@ -12,7 +12,7 @@ - DevDocs — API Documentation Browser + DevDocs — API Documentation Browser diff --git a/views/unsupported.erb b/views/unsupported.erb index 9253d19e..8ceea41a 100644 --- a/views/unsupported.erb +++ b/views/unsupported.erb @@ -2,7 +2,7 @@ - DevDocs — API Documentation Browser + DevDocs — API Documentation Browser <%= stylesheet_tag 'application' %> @@ -24,7 +24,7 @@ I decided to prioritize speed and new features over support for older browsers.

    - — Thibaut @DevDocs + — Thibaut @DevDocs