diff --git a/packages/common/http/src/params.ts b/packages/common/http/src/params.ts index 5e35d6bce8..60a71ef2d0 100755 --- a/packages/common/http/src/params.ts +++ b/packages/common/http/src/params.ts @@ -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. */