aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-02-01 16:42:40 +0530
committeralkesh26 <alkesh26@gmail.com>2019-02-01 16:42:40 +0530
commit79c3cef444bf783e15f6b3928e69d53fcf933acf (patch)
treeea10a1949bae7076ed5a98fcb6d1340483d81579 /railties/lib/rails
parenta57f4defa7cc2b2b8d99ef6d2c4c22efe9fac59e (diff)
downloadrails-79c3cef444bf783e15f6b3928e69d53fcf933acf.tar.gz
rails-79c3cef444bf783e15f6b3928e69d53fcf933acf.tar.bz2
rails-79c3cef444bf783e15f6b3928e69d53fcf933acf.zip
Railities typo fixes.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/app_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/app_loader.rb b/railties/lib/rails/app_loader.rb
index aabcc5970c..cc057a407d 100644
--- a/railties/lib/rails/app_loader.rb
+++ b/railties/lib/rails/app_loader.rb
@@ -23,7 +23,7 @@ control:
# too that you may or may not want (like yarn)
If you already have Rails binstubs in source control, you might be
-inadverently overwriting them during deployment by using bundle install
+inadvertently overwriting them during deployment by using bundle install
with the --binstubs option.
If your application was created prior to Rails 4, here's how to upgrade: