mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix missing closing <tt> tag
This commit is contained in:
parent
694c9ed6c3
commit
680fab8308
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue