docs: fixed typo on HttpParamsOptions (#29930)

PR Close #29930
This commit is contained in:
José I. Escudero 2019-04-16 12:45:00 -05:00 committed by Ben Lesh
parent 54289aec2d
commit 0cab43785b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export interface HttpParamsOptions {
*/
fromString?: string;
/** Object map of the HTTP params. Mutally exclusive with `fromString`. */
/** Object map of the HTTP params. Mutually exclusive with `fromString`. */
fromObject?: {[param: string]: string | string[]};
/** Encoding codec used to parse and serialize the params. */