1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix spellings

This commit is contained in:
Vijay Dev 2011-05-11 23:10:20 +05:30
parent e80e36c194
commit a117ac431a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)