aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-03-31 13:25:18 +0100
committerGitHub <noreply@github.com>2017-03-31 13:25:18 +0100
commit56014880a2d25416befbd2e440fc94c2b66a0026 (patch)
tree2e9e6e04f22f13b3f1c17135bbfce4bc368c21f6 /actionview/Rakefile
parentfb084e2980969e587c94602a921bc604ef916442 (diff)
downloadrails-56014880a2d25416befbd2e440fc94c2b66a0026.tar.gz
rails-56014880a2d25416befbd2e440fc94c2b66a0026.tar.bz2
rails-56014880a2d25416befbd2e440fc94c2b66a0026.zip
Correct typo in component name
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r--actionview/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile
index 4adcc723b1..de588ad25c 100644
--- a/actionview/Rakefile
+++ b/actionview/Rakefile
@@ -92,7 +92,7 @@ namespace :assets do
Blade.build
end
- desc "Verify compiled Action Cable assets"
+ desc "Verify compiled Action View assets"
task :verify do
file = "lib/assets/compiled/rails-ujs.js"
pathname = Pathname.new("#{dir}/#{file}")