Skip to content

Commit 19e8141

Browse files
committed
Merge pull request #16 from Gaelan/patch-1
Fix grammar in Guardfile template.
2 parents cccba3b + fa486c4 commit 19e8141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/guard/bundler/templates/Guardfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
guard 'bundler' do
22
watch('Gemfile')
3-
# Uncomment next line if Gemfile contain `gemspec' command
3+
# Uncomment next line if your Gemfile contains the `gemspec' command.
44
# watch(/^.+\.gemspec/)
55
end

0 commit comments

Comments
 (0)