fix typo in Rocket.Chat docs (#3234)

This commit is contained in:
Marcus Jaschen 2022-07-31 10:36:32 +02:00 committed by GitHub
parent ff3c33c0a4
commit 8c404611e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ before('deploy', 'rocketchat:notify');
- `rocketchat_webhook` - incoming rocketchat webook **required**
```
set('rocketchat_webook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
set('rocketchat_webhook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
```
- `rocketchat_title` - the title of the application, defaults to `{{application}}`

View File

@ -28,7 +28,7 @@ before('deploy', 'rocketchat:notify');
- `rocketchat_webhook` - incoming rocketchat webook **required**
```
set('rocketchat_webook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
set('rocketchat_webhook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
```
- `rocketchat_title` - the title of the application, defaults to `{{application}}`