Skip to content

Commit 6d8d696

Browse files
authored
Update code_teams.rb
1 parent eb5fb5f commit 6d8d696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/code_teams.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def self.from_hash(raw_hash)
9797
sig { void }
9898
def self.register_plugins
9999
Plugin.all_plugins.each do |plugin|
100-
# e.g. def github (on Team)
100+
# e.g., def github (on Team)
101101
define_method(plugin.data_accessor_name) do
102102
# e.g., MyGithubPlugin.for(team).github
103103
plugin.for(self).public_send(plugin.data_accessor_name)

0 commit comments

Comments
 (0)