summaryrefslogtreecommitdiff
path: root/public/rails-improvements.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
commit7115b71c353c004dbfe70a0d96012a2213e77405 (patch)
tree6c693dcc564023479560f10aeaea5ed0219dd652 /public/rails-improvements.md
parent9ea8568d0c333916833bee1eaf021334090486fd (diff)
whitespace cleanup
Diffstat (limited to 'public/rails-improvements.md')
-rw-r--r--public/rails-improvements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/rails-improvements.md b/public/rails-improvements.md
index c87c093..02a862c 100644
--- a/public/rails-improvements.md
+++ b/public/rails-improvements.md
@@ -20,7 +20,7 @@ the changes to take effect.
Adding the following lines to your
[`config/application.rb`][application.rb] will allow it to
automatically load and reload files from the `lib/` directory. You
-can of course change this to whichever directory/ies you like.
+can of course change this to whichever directory/ies you like.
module YourApp
class Application < Rails::Application