From 39644c1562b76913f81915dd4dc30634a111d743 Mon Sep 17 00:00:00 2001 From: Luke Banicevic <60857954+banaboi@users.noreply.github.com> Date: Wed, 6 Oct 2021 12:37:53 +1100 Subject: [PATCH] Fixed typo --- docs/services/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/functions.md b/docs/services/functions.md index 26267dcfa7..a5faec534e 100644 --- a/docs/services/functions.md +++ b/docs/services/functions.md @@ -1,5 +1,5 @@ The Functions service allows you to create custom behaviour that can be triggered by any supported Appwrite system events or by a predefined schedule. -Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite or by setting it to be executed in a predefined schedule. Your code is stored in a secure way on your Appwrite instance and is executed in an isolated enviornment. +Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite or by setting it to be executed in a predefined schedule. Your code is stored in a secure way on your Appwrite instance and is executed in an isolated environment. You can learn more by following our [Cloud Functions tutorial](https://appwrite.io/docs/functions). \ No newline at end of file