Skip to content

Commit

Permalink
Fix some small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaul123 committed May 20, 2024
1 parent 8f7f10d commit b511248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/quickstarts/first-cron.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You'll notice that we're using a val in another val. This is a common pattern in

### Step 4: Send yourself an email

We're going to use [std/email](https://val.town/std/email) to send an email to yourself.
We're going to use [std/email](https://val.town/v/std/email) to send an email to yourself.

1. Add these lines to your code
2. Click **Run Now**
Expand All @@ -80,7 +80,7 @@ You should have an email with a subject like "Weather now is Sunny and 67°F".

We want this to run every morning. For example, in NYC, you could use `0 9 * * *` to run at 5am ET every morning.

We reccomend [crongpt.com](https://crongpt.com) to help you write cron expressions. It also handles the timezone conversion from your timezone to Val Town's server timezone (UTC).
We recommend [crongpt.com](https://crongpt.com) to help you write cron expressions. It also handles the timezone conversion from your timezone to Val Town's server timezone (UTC).

1. Go to [crongpt.com](https://crongpt.com) and generate your cron expression
2. Click ⚙ (the gear icon) in the top right corner of the val editor
Expand Down

0 comments on commit b511248

Please sign in to comment.