From d79e0832a509fb24f4ccd41bfdff6638916c46e1 Mon Sep 17 00:00:00 2001 From: Dominik Bauernfeind Date: Wed, 4 May 2022 11:16:05 +0200 Subject: [PATCH] [rubygems/rubygems] Fix typo in documentation https://github.com/rubygems/rubygems/commit/800a973e00 --- lib/bundler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'