mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
fix more typos (#118)
* fix more typos * Update webhooks.md * Update github_repo.md
This commit is contained in:
parent
e6dd83ac5b
commit
426a34088d
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user