fix more typos (#118)

* fix more typos

* Update webhooks.md

* Update github_repo.md
This commit is contained in:
Kim Brose 2022-01-04 00:04:36 +01:00 committed by GitHub
parent e6dd83ac5b
commit 426a34088d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ You will need to configure some listeners to make the bridge functional.
- provisioning
```
At a minimum, you should bind the `webooks` resource to a port and address. You can have multiple resources on the same
At a minimum, you should bind the `webhooks` resource to a port and address. You can have multiple resources on the same
port, or one on each.
You will also need to make this port accessible to the internet so services like GitHub can reach the bridge. It

View File

@ -51,7 +51,7 @@ Although every effort has been made to securely sandbox scripts, running untrust
in your room to prevent users from tampering with the script.
</section>
This bridge support creating small JavaScript snippets to translate an incoming webhook payload into a message for the room, giving
This bridge supports creating small JavaScript snippets to translate an incoming webhook payload into a message for the room, giving
you a very powerful ability to generate messages based on whatever input is coming in.
The input is parsed and exectuted within a seperate JavaScript Virtual Machine context, and is limited to an execution time of 2 seconds.

View File

@ -3,7 +3,7 @@ GitHub Repository
This connection type connects a GitHub repository (e.g. https://github.com/Half-Shot/matrix-hookshot) to a room.
You can run commands to create and manipulate issues, and recieve notifications when something changes such as
You can run commands to create and manipulate issues, and receive notifications when something changes such as
a new release.
## Setting up