aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Bauernfeind <bauernfeind.dominik@gmail.com>2022-05-04 11:16:05 +0200
committergit <svn-admin@ruby-lang.org>2022-05-06 18:03:00 +0900
commitd79e0832a509fb24f4ccd41bfdff6638916c46e1 (patch)
tree59344c11acfc393b896216287b4d73df0d94a805
parent7d6de74abe56715d91be7ff27adc6c6c43ecc7c1 (diff)
downloadruby-d79e0832a509fb24f4ccd41bfdff6638916c46e1.tar.gz
[rubygems/rubygems] Fix typo in documentation
https://github.com/rubygems/rubygems/commit/800a973e00
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 47b352177d..0be01d1808 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -19,7 +19,7 @@ require_relative "bundler/build_metadata"
#
# Since Ruby 2.6, Bundler is a part of Ruby's standard library.
#
-# Bunder is used by creating _gemfiles_ listing all the project dependencies
+# Bundler is used by creating _gemfiles_ listing all the project dependencies
# and (optionally) their versions and then using
#
# require 'bundler/setup'