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

Commit 2c7d316

Browse files
authored
Merge pull request #81 from elenajp/docs-update
Fixed grammar errors in docs
2 parents 81fa1ba + e155b80 commit 2c7d316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/tasks.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<h2><a href="/docs/tasks#cron" id="cron">CRON Syntax</a></h2>
88

9-
<p>Cron format is a simple, yet powerful and flexible way to define the time and frequency of various actions. The create a new task, you need to supply Appwrite with a valid CRON syntax.</p>
9+
<p>Cron format is a simple, yet powerful and flexible way to define the time and frequency of various actions. To create a new task, you need to supply Appwrite with a valid CRON syntax.</p>
1010

1111
<p>The Appwrite cron parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9), lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to find the last day of the month, L to find the last given weekday of a month, and hash (#) to find the nth weekday of a given month. <a href="https://en.wikipedia.org/wiki/Cron" target="_blank" rel="nofollow">Learn more about the CRON syntax</a>.</p>
1212

@@ -38,7 +38,7 @@
3838

3939
<b>Schedule task to execute on selected days</b>
4040

41-
<p class="note margin-top-small">If you required scheduling a task to be executed for selected days only. Below example will run on each Sunday and Friday at 5 PM.</p>
41+
<p class="note margin-top-small">If you require scheduling a task to be executed for selected days only. Below example will run on each Sunday and Friday at 5 PM.</p>
4242

4343
<div class="ide margin-top-small">
4444
<pre class="line-numbers"><code class="prism language-bash" data-prism>0 17 * * sun,fri</code></pre>

0 commit comments

Comments
 (0)