From 67a54547ed64682b9b3b0ae533e2d39f26c01e39 Mon Sep 17 00:00:00 2001 From: Jashank Jeremy Date: Wed, 5 Feb 2014 10:38:16 +1100 Subject: [PATCH] Clarifying wording of the destination directory warning. At some point, it should also be clarified whether "folder" or "directory" is the correct way to refer to that concept. --- site/docs/usage.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/site/docs/usage.md b/site/docs/usage.md index 2891dc07..6f5c9a3b 100644 --- a/site/docs/usage.md +++ b/site/docs/usage.md @@ -27,12 +27,11 @@ $ jekyll build --watch
Destination folders are cleaned on site builds

- Be aware that the contents of the <destination> - folder are automatically cleaned when the site is built. Files or - folders that are not created by your site will be removed. Do not - use an important location for <destination>; - instead, use it as a staging area and copy files from there to - your web server. + The contents of <destination> are automatically + cleaned when the site is built. Files or folders that are not + created by your site will be removed. Do not use an important + location for <destination>; instead, use it as + a staging area and copy files from there to your web server.