summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-06-16 21:48:15 +0000
committerThe Bundler Bot <bot@bundler.io>2017-06-16 21:48:15 +0000
commitbe637c55ecae0032d506151364b62c08958e075d (patch)
treec7eccf1b7cea503ac00c85d9cfb41a61ede64d08 /man
parent5d13b517af61e194fed69dbb105882b1c6a89d21 (diff)
parent559584f9566f964d1b066e605508cac22a0cba23 (diff)
downloadbundler-be637c55ecae0032d506151364b62c08958e075d.tar.gz
Auto merge of #5729 - HippoDippo:patch-1, r=colby-swandale
Update bundle-gem.ronn Fixed minor typo in Docs. Hope this helps!
Diffstat (limited to 'man')
-rw-r--r--man/bundle-gem.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 8e57189f83..77a941f1eb 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -11,7 +11,7 @@ Generates a directory named `GEM_NAME` with a `Rakefile`, `GEM_NAME.gemspec`,
and other supporting files and directories that can be used to develop a
rubygem with that name.
-Run `rake -T` in the resulting project for a list of Rake tasks that can used
+Run `rake -T` in the resulting project for a list of Rake tasks that can be used
to test and publish the gem to rubygems.org.
The generated project skeleton can be customized with OPTIONS, as explained