Quellcode durchsuchen

fixed small errors

tags/v0.4.0
0xflotus vor 5 Jahren
Ursprung
Commit
ddb31394b9
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      README.md

+ 2
- 2
README.md Datei anzeigen

@@ -79,12 +79,12 @@ Receives GitHub webhooks at `/github`. Currently supports issues, issue comments
79 79
 pull requests, pushes, and releases. The webhook needs to be configured to post data
80 80
 as JSON, not as form-encoded.
81 81
 
82
-The destination channel for notifications from each respository is set in
82
+The destination channel for notifications from each repository is set in
83 83
 `http.listeners.github.repositories.repo_name`, where `repo_name` is the name of the
84 84
 repository, lowercased.
85 85
 
86 86
 If `http.listeners.github.default_channel` is set, received notifications will be
87
-sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
87
+sent to this channel unless overridden in `http.listeners.github.repositories`. Otherwise,
88 88
 unrecognised repositories will be ignored.
89 89
 
90 90
 GitHub can be configured to deliver webhooks to irccat on an organisation level which, combined

Laden…
Abbrechen
Speichern