1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

fix: typos

Signed-off-by: Jack Works <jackworks@protonmail.com>
This commit is contained in:
Jack Works
2020-01-22 10:54:46 +08:00
committed by Travis Ralston
parent 0bf1f48623
commit 7c79e7e836
5 changed files with 8 additions and 8 deletions

View File

@@ -436,7 +436,7 @@ MatrixHttpApi.prototype = {
* @param {Object=} queryParams A dict of query params (these will NOT be
* urlencoded). If unspecified, there will be no query params.
*
* @param {Object} data The HTTP JSON body.
* @param {Object} [data] The HTTP JSON body.
*
* @param {Object|Number=} opts additional options. If a number is specified,
* this is treated as `opts.localTimeoutMs`.
@@ -518,7 +518,7 @@ MatrixHttpApi.prototype = {
* @param {Object=} queryParams A dict of query params (these will NOT be
* urlencoded). If unspecified, there will be no query params.
*
* @param {Object} data The HTTP JSON body.
* @param {Object} [data] The HTTP JSON body.
*
* @param {Object=} opts additional options
*
@@ -557,7 +557,7 @@ MatrixHttpApi.prototype = {
* @param {Object=} queryParams A dict of query params (these will NOT be
* urlencoded). If unspecified, there will be no query params.
*
* @param {Object} data The HTTP JSON body.
* @param {Object} [data] The HTTP JSON body.
*
* @param {Object=} opts additional options
*