Skip to content

Commit 99ec754

Browse files
committed
Update code_teams.rb
1 parent c640b92 commit 99ec754

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
@@ -96,7 +96,7 @@ def self.from_hash(raw_hash)
9696
sig { void }
9797
def self.register_plugins
9898
Plugin.all_plugins.each do |plugin|
99-
# e.g. def github (on Team)
99+
# e.g., def github (on Team)
100100
define_method(plugin.data_accessor_name) do
101101
# e.g., MyGithubPlugin.for(team).github
102102
plugin.for(self).public_send(plugin.data_accessor_name)

0 commit comments

Comments
 (0)