Skip to content

Commit 632f401

Browse files
committed
Merge pull request rails#22342 from AlexVPopov/patch-1
Fix a typo [ci skip]
2 parents f21743b + 60d60b0 commit 632f401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/rails_guides/kindle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def generate(output_dir, mobi_outfile, logfile)
2727

2828
generate_document_metadata(mobi_outfile)
2929

30-
puts "Creating MOBI document with kindlegen. This make take a while."
30+
puts "Creating MOBI document with kindlegen. This may take a while."
3131
cmd = "kindlerb . > #{File.absolute_path logfile} 2>&1"
3232
puts cmd
3333
system(cmd)

0 commit comments

Comments
 (0)