Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
fix typo in bin/support/ruby_compile
Browse files Browse the repository at this point in the history
verison -> version
  • Loading branch information
tiii authored Jul 31, 2017
1 parent f54158e commit 1063d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/support/ruby_compile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1063d3c

Please sign in to comment.