From 259568f68a45f87dc33d7713bd287ae7a6b73ae6 Mon Sep 17 00:00:00 2001 From: dragon788 Date: Thu, 22 Jan 2015 13:44:14 -0600 Subject: [PATCH 1/2] Clarified multiple additional options are possible Updated additional options section to clarify that multiple options can be specified, not just "a third" as originally suggested. --- website/docs/source/v2/synced-folders/basic_usage.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/source/v2/synced-folders/basic_usage.html.md b/website/docs/source/v2/synced-folders/basic_usage.html.md index 5a1f7dcd5..841a34040 100644 --- a/website/docs/source/v2/synced-folders/basic_usage.html.md +++ b/website/docs/source/v2/synced-folders/basic_usage.html.md @@ -27,9 +27,10 @@ if it doesn't exist. ## Options -As an optional third parameter to configuring synced folders, you may specify -some options. These options are listed below. More detailed examples of using -some of these options are shown below this section. +You may also specify some additional parameters when configuring +synced folders. These options are listed below. More detailed examples of using +some of these options are shown below this section, note the owner/group example +supplies two additional options separated by commas. In addition to these options, the specific synced folder type might allow more options. See the documentation for your specific synced folder From f9a53a2c27dd951fe6610a5c1e9d7576af63b9a5 Mon Sep 17 00:00:00 2001 From: dragon788 Date: Thu, 22 Jan 2015 14:16:44 -0600 Subject: [PATCH 2/2] Clarified wording a little bit further --- website/docs/source/v2/synced-folders/basic_usage.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/synced-folders/basic_usage.html.md b/website/docs/source/v2/synced-folders/basic_usage.html.md index 841a34040..dc8ee00aa 100644 --- a/website/docs/source/v2/synced-folders/basic_usage.html.md +++ b/website/docs/source/v2/synced-folders/basic_usage.html.md @@ -27,7 +27,7 @@ if it doesn't exist. ## Options -You may also specify some additional parameters when configuring +You may also specify additional optional parameters when configuring synced folders. These options are listed below. More detailed examples of using some of these options are shown below this section, note the owner/group example supplies two additional options separated by commas.