mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix spellings
This commit is contained in:
parent
e80e36c194
commit
a117ac431a
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ module Rails
|
|||
# generator.
|
||||
#
|
||||
# This allows you to override entire operations, like the creation of the
|
||||
# Gemfile, README, or javascript files, without needing to know exactly
|
||||
# Gemfile, README, or JavaScript files, without needing to know exactly
|
||||
# what those operations do so you can create another template action.
|
||||
class AppBuilder
|
||||
def rakefile
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# Use a different cache store in production
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
||||
# Enable serving of images, stylesheets, and javascripts from an asset server
|
||||
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
|
|
Loading…
Reference in a new issue