docs: fix typo in HttpParams API doc (#18893)

PR Close #18893
This commit is contained in:
David Herges 2017-08-27 08:06:27 +02:00 committed by Miško Hevery
parent 506d2e98a4
commit 1ef558b57c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ interface Update {
* An HTTP request/response body that represents serialized parameters,
* per the MIME type `application/x-www-form-urlencoded`.
*
* This class is immuatable - all mutation operations return a new instance.
* This class is immutable - all mutation operations return a new instance.
*
* @experimental
*/