From faa3472fa299adb287d575e6d404d4ddcddbff4e Mon Sep 17 00:00:00 2001 From: Russ Shanahan Date: Sun, 4 Sep 2016 22:59:56 -0400 Subject: [PATCH] docs: Fix typo in Quickstart guide To publish a post, draft status should be changed to `false`. --- docs/content/overview/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index 310e59f98..c0ea41f9a 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -455,7 +455,7 @@ These are a few of the books that I have read within the last year. So far all the posts that we have written are in draft status. To make a draft public, you can either run a command -or manually change the draft status in the post to `true`. +or manually change the draft status in the post to `false`. ```bash $ hugo undraft content/post/good-to-great.md