Update packages/integration/src/github/config.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-01-14 09:08:19 +01:00
parent d5189471b2
commit e3ae3c29c5
+1 -1
View File
@@ -62,7 +62,7 @@ export type GitHubIntegrationConfig = {
/**
* The GitHub Apps configuration to use for requests to this provider.
*
* If no apps is specified, token or anonymous is used.
* If no apps are specified, token or anonymous is used.
*/
apps?: GithubAppConfig[];
};