From 426a34088dda51dc19d5442ece677f542108e5e3 Mon Sep 17 00:00:00 2001 From: Kim Brose Date: Tue, 4 Jan 2022 00:04:36 +0100 Subject: [PATCH] fix more typos (#118) * fix more typos * Update webhooks.md * Update github_repo.md --- docs/setup.md | 2 +- docs/setup/webhooks.md | 2 +- docs/usage/room_configuration/github_repo.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 50427395..fe7921bb 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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 diff --git a/docs/setup/webhooks.md b/docs/setup/webhooks.md index 2999d9a8..55f743f6 100644 --- a/docs/setup/webhooks.md +++ b/docs/setup/webhooks.md @@ -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. -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. diff --git a/docs/usage/room_configuration/github_repo.md b/docs/usage/room_configuration/github_repo.md index 116412a3..43002233 100644 --- a/docs/usage/room_configuration/github_repo.md +++ b/docs/usage/room_configuration/github_repo.md @@ -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