From 64a29b6cbc0f68d667b645a193679b07ffdb06ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 18 Feb 2018 00:53:28 +0100 Subject: [PATCH] Update faq.md --- content/troubleshooting/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/troubleshooting/faq.md b/content/troubleshooting/faq.md index daea0dfe7..a66493cfa 100644 --- a/content/troubleshooting/faq.md +++ b/content/troubleshooting/faq.md @@ -22,7 +22,7 @@ aliases: [/faq/] 1. Set `publishDate` in the page [Front Matter](/content-management/front-matter/) to a date in the future. 2. Build and publish at intervals. -How automate the "publish at intervals" part depends on your situation: +How to automate the "publish at intervals" part depends on your situation: * If you deploy from your own PC/server, you can automate with [Cron](https://en.wikipedia.org/wiki/Cron) or similar. * If your site is hosted on a service similar to [Netlify](https://www.netlify.com/) you can use a service such as [ifttt](https://ifttt.com/date_and_time) to schedule the updates.