Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
s/autolaod/autoload
  • Loading branch information
awood45 committed Jun 12, 2015
1 parent a31c0d4 commit 580a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
desc 'Updated the list of supported services in the README' if ENV['ALL']
task 'docs:update_readme' do
# Updates the table of supported services / api version in the README
Aws.eager_autolaod!
Aws.eager_autoload!
lines = []
skip = false
File.read('README.md').lines.each do |line|
Expand Down

0 comments on commit 580a67b

Please sign in to comment.