Spelling fixes

This commit is contained in:
Alex Chan
2015-05-29 09:40:00 +01:00
parent 5aca789fea
commit f6b264275b
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ REST API
========
Syncthing exposes a REST interface over HTTP on the GUI port. This is
used by the GUI code (Javascript) and can be used by other processes
used by the GUI code (JavaScript) and can be used by other processes
wishing to control Syncthing. In most cases both the input and output
data is in JSON format. The interface is subject to change.