Fix missing closing <tt> tag

This commit is contained in:
Patrick Helm 2013-03-12 18:18:09 +01:00
parent 694c9ed6c3
commit 680fab8308
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ module Rails
#
# The <tt>Application</tt> class adds a couple more paths to this set. And as in your
# <tt>Application</tt>, all folders under +app+ are automatically added to the load path.
# If you have an <tt>app/services/tt> folder for example, it will be added by default.
# If you have an <tt>app/services</tt> folder for example, it will be added by default.
#
# == Endpoint
#