aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/app_loader.rb
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-02-01 08:40:48 -0500
committerGitHub <noreply@github.com>2019-02-01 08:40:48 -0500
commit79bc9e81c3d47be6336223be39cb3bcaeddc0a39 (patch)
tree5290782a557133e724c8018655ba56915f380e37 /railties/lib/rails/app_loader.rb
parenteb1fc14d15c53de1c17534c958ddd588c913e203 (diff)
parent79c3cef444bf783e15f6b3928e69d53fcf933acf (diff)
downloadrails-79bc9e81c3d47be6336223be39cb3bcaeddc0a39.tar.gz
rails-79bc9e81c3d47be6336223be39cb3bcaeddc0a39.tar.bz2
rails-79bc9e81c3d47be6336223be39cb3bcaeddc0a39.zip
Merge pull request #35126 from alkesh26/railities-typo-fix
Railties typo fixes.
Diffstat (limited to 'railties/lib/rails/app_loader.rb')
-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: