From 10530864e2fa6bf104c05a108b7dafa93d0c6cb7 Mon Sep 17 00:00:00 2001 From: "sourab@updot.co" Date: Fri, 5 Jan 2024 10:01:03 +0530 Subject: [PATCH] fix: typo in functions documentation --- src/routes/docs/advanced/self-hosting/functions/+page.markdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/advanced/self-hosting/functions/+page.markdoc b/src/routes/docs/advanced/self-hosting/functions/+page.markdoc index f25ae7e835..ce2475405d 100644 --- a/src/routes/docs/advanced/self-hosting/functions/+page.markdoc +++ b/src/routes/docs/advanced/self-hosting/functions/+page.markdoc @@ -107,7 +107,7 @@ _APP_VCS_GITHUB_WEBHOOK_SECRET=super-secret [Learn more about environment variables](/docs/advanced/self-hosting/environment-variables) -## Update exiting GitHub apps {% #existing-apps %} +## Update existing GitHub apps {% #existing-apps %} There are additional steps if you're updating permissions in existing GitHub apps. Every time you update your GitHub app's permissions, GitHub will prompt you to review the changes. @@ -129,4 +129,4 @@ You can find a full list of supported runtimes on the [environment variables pag You can also configure the maximum timeout that can be set on individual Appwrite Functions. The maximum configurable timeout can be increased by changing the `_APP_FUNCTIONS_TIMEOUT` environment variable. This environment variable changes the configurable maximum but does not alter existing configurations of individual functions. -{% partial file="update-variables.md" /%} \ No newline at end of file +{% partial file="update-variables.md" /%}