Browse Source

fixed typo

Serdyukov, Denys 4 years ago
parent
commit
5ba9dd89ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GUI-CLI Protocol.md

+ 1 - 1
GUI-CLI Protocol.md

@@ -282,7 +282,7 @@ CLI:
     }[]
 }
 ```
-TThe answer consists of an array of objects, each representing a transfer. <br />
+The answer consists of an array of objects, each representing a transfer. <br />
 In case of client-server transfers, `upload` indicates wether the transfer is an up- or download. In case of server-server transfers, `type` indicates wether the file  is `upload`ing, `download`ing or `queued` for upload. <br />
 `file` contains the name of the file being transferred. <br />
 `progress` contains the percentage completed. <br />