From 2e194d0c9edfa54cb955b48fa204de2f4c980239 Mon Sep 17 00:00:00 2001 From: Alberto Almagro Date: Fri, 29 Jun 2018 18:49:05 +0200 Subject: Substitute references to task for command This commit substitutes references to rails/rake task for rails command --- guides/source/rails_on_rack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_on_rack.md') diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index da0c84b6c1..9a785349c2 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -94,7 +94,7 @@ but is built for better flexibility and more features to meet Rails' requirement ### Inspecting Middleware Stack -Rails has a handy task for inspecting the middleware stack in use: +Rails has a handy command for inspecting the middleware stack in use: ```bash $ rails middleware -- cgit v1.2.3