aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index 0e0d2b73..81bbed4d 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -43,7 +43,7 @@ EVENT_CATEGORIES = {
"issues", "issue_comment"
],
"repo": [
- "create", # a repository, branch or tage has been created
+ "create", # a repository, branch or tag has been created
"delete", # same as above but deleted
"release",
"fork"