Skip to content

Commit

Permalink
Merge pull request #686 from sanfrecce-osaka/fix-init-new-gem-typo
Browse files Browse the repository at this point in the history
chore: fix typo recommentd => recommend in bin/init_new_gem
  • Loading branch information
pocke authored Oct 15, 2024
2 parents 704f7e6 + 0818fb5 commit abbf0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init_new_gem
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ begin
end while (version = $stdin.gets.chomp).empty?

puts "Your GitHub account if you want to become the maintainer of RBS for this gem (default: skip adding you to the maintainer)"
puts "We recommentd to add your account to maintain the RBS actively."
puts "We recommend to add your account to maintain the RBS actively."
puts "See https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md#gem-reviewer"
print '> '
github_account = $stdin.gets.chomp.tap { break if _1.empty? }
Expand Down

0 comments on commit abbf0ed

Please sign in to comment.