summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerri Miller <kerrizor@github.com>2017-02-17 09:17:46 -0800
committerGitHub <noreply@github.com>2017-02-17 09:17:46 -0800
commit38bfdddff9b2e8238f0bd465e8c2b7a433919290 (patch)
treeefa7af3bdbefdceebed59aa991adc50398a79064
parent1428c30592648a3e2f40a4eb3283d8e9b41d4488 (diff)
downloadbundler-38bfdddff9b2e8238f0bd465e8c2b7a433919290.tar.gz
fixing small typo in comments
-rw-r--r--lib/bundler/plugin/api/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb
index b129576b7d..04173b4ee9 100644
--- a/lib/bundler/plugin/api/source.rb
+++ b/lib/bundler/plugin/api/source.rb
@@ -6,7 +6,7 @@ module Bundler
module Plugin
class API
# This class provides the base to build source plugins
- # All the method here are require to build a source plugin (except
+ # All the method here are required to build a source plugin (except
# `uri_hash`, `gem_install_dir`; they are helpers).
#
# Defaults for methods, where ever possible are provided which is