General doc grammar and typos

This commit is contained in:
Phil Davis
2015-10-08 22:06:15 +05:45
parent eb00f9e1de
commit 9d40bbe3fd
18 changed files with 32 additions and 32 deletions
+3 -3
View File
@@ -43,7 +43,7 @@ directory the following files are located:
Config File Format
------------------
The following is shows the default configuration file:
The following shows the default configuration file:
.. code-block:: xml
@@ -123,7 +123,7 @@ id
The folder ID, must be unique. (mandatory)
path
The oath to the directory where the folder is stored on this
The path to the directory where the folder is stored on this
device; not sent to other devices. (mandatory)
ro
@@ -339,7 +339,7 @@ globalAnnounceServer
globalAnnounceEnabled
Whether to announce this device to the global announce (discovery) server,
and also use it to look up other device.
and also use it to look up other devices.
localAnnounceEnabled
Whether to send announcements to the local LAN, also use such
+2 -2
View File
@@ -142,7 +142,7 @@ safe from your (or our) mistakes.
Why is there no iOS client?
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alternative implementation Syncthing (using the Syncthing protocol) are being
An alternative implementation of Syncthing (using the Syncthing protocol) is being
developed at this point in time to enable iOS support. Additionally, it seems
that the next version of Go will support the darwin-arm architecture such that
we can compile the mainstream code for the iOS platform.
@@ -230,7 +230,7 @@ Where do Syncthing logs go to?
Syncthing logs to stdout by default. On Windows Syncthing by default also
creates ``syncthing.log`` in Syncthing's home directory (check ``-help`` to see
where that is). Command line option ``-logfile`` can be used to specify user-defined logfile.
where that is). Command line option ``-logfile`` can be used to specify a user-defined logfile.
How do I upgrade Syncthing?
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+2 -2
View File
@@ -3,7 +3,7 @@
Reverse Proxy Setup
===================
A reverse proxy allow you to "pass" requests through your web server to another
A reverse proxy allows you to "pass" requests through your web server to another
site or program. The reverse proxy will make it look like Syncthing's GUI is a
page within your existing site.
@@ -12,7 +12,7 @@ This is especially useful if:
- You need to access the GUI on port 80 or 443 but you already host a website
on the same device.
- You want to share SSL certificates with an existing site.
- You want to share authentification with an existing setup.
- You want to share authentication with an existing setup.
Server Configuration
--------------------