From 1063d3c22c87d9a7059600501fc3e1ee0dc981f7 Mon Sep 17 00:00:00 2001 From: Titus Ramczykowski Date: Mon, 31 Jul 2017 11:36:46 +0200 Subject: [PATCH] fix typo in bin/support/ruby_compile verison -> version --- bin/support/ruby_compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/support/ruby_compile b/bin/support/ruby_compile index 949fc1500..2ab37427d 100755 --- a/bin/support/ruby_compile +++ b/bin/support/ruby_compile @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # This script compiles an application so it can run on Heroku. -# It will install the application's specified verison of Ruby, it's dependencies +# It will install the application's specified version of Ruby, it's dependencies # and certain framework specific requirements (such as calling `rake assets:precompile` # for rails apps). You can see all features described in the devcenter # https://devcenter.heroku.com/articles/ruby-support