Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit c3e5c1f

Browse files
authored
Merge pull request #92 from Imgladaitor/patch-1
Update functions.phtml
2 parents 391de98 + 3fb75eb commit c3e5c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/functions.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $runtimes = $this->getParam('runtimes', []);
1313

1414
<h2><a href="/docs/functions#addFunction" id="addFunction">Add Your Function</a></h2>
1515

16-
<p>You can add a new function from your Appwrite project's dashboard. Access your Functions settings from your projects left navigation panel. Click the 'Add Function' button and choose your function name and code runtime. In your Functions settings page, you can set your function event triggers, CRON schedule and set secure environment variables for your function runtime.</p>
16+
<p>You can add a new function from your Appwrite project's dashboard. Access your Functions settings from your project's left navigation panel. Click the 'Add Function' button and choose your function name and code runtime. In your Functions settings page, you can set your function event triggers, CRON schedule, and set secure environment variables for your function runtime.</p>
1717

1818
<h2><a href="/docs/functions#deployCode" id="deployCode">Deploy Your Code</a></h2>
1919

@@ -86,7 +86,7 @@ $runtimes = $this->getParam('runtimes', []);
8686

8787
<p>If your code uses a package manager like NPM, Yarn, or Composer to install packages, you have to make sure your code directory includes your packages directory (node_modules for node or vendor for PHP) before you try to package and deploy your code.</p>
8888

89-
<p>If you're using a programming language that saves your packages under a global directory like Dart, Python or Ruby, you should set your package manager to keep your code under the '.appwrite' code directory under your code working directory to be deployed and available in your cloud functions runtime.</p>
89+
<p>If you're using a programming language that saves your packages under a global directory like Dart, Python, or Ruby, you should set your package manager to keep your code under the '.appwrite' code directory under your code working directory to be deployed and available in your cloud functions runtime.</p>
9090

9191
<p>For most languages, this can be achieved easily by adding an environment variable before installing your dependencies. Below you can find some simple examples:</p>
9292

0 commit comments

Comments
 (0)