Skip to content

Commit 6c3d7b1

Browse files
Merge #7217
7217: Fix a typo on a spec comment r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was there's a typo on a comment. ### What was your diagnosis of the problem? My diagnosis was that typos are bad because they difficult reading and distract devs. ### What is your fix for the problem, implemented in this PR? My fix is to spell bundler properly. ### Why did you choose this fix out of the possible options? I chose this fix because `bundler` is the only word that makes sense in the context :) Co-authored-by: David Rodríguez <[email protected]>
2 parents ad77aed + 8690106 commit 6c3d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/runtime/executable_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
end
144144

145145
it "use BUNDLE_GEMFILE gemfile for binstub" do
146-
# context with bin/bunlder w/ default Gemfile
146+
# context with bin/bundler w/ default Gemfile
147147
bundle! "binstubs bundler"
148148

149149
# generate other Gemfile with executable gem

0 commit comments

Comments
 (0)