docs(router): fix typo in ParamMap api doc (#15397)
This commit is contained in:
parent
8b414222aa
commit
98cb974796
@ -31,7 +31,7 @@ export type Params = {
|
|||||||
* Matrix and Query parameters.
|
* Matrix and Query parameters.
|
||||||
*
|
*
|
||||||
* `ParamMap` makes it easier to work with parameters as they could have either a single value or
|
* `ParamMap` makes it easier to work with parameters as they could have either a single value or
|
||||||
* multiple value. Because this should be know by the user calling `get` or `getAll` returns the
|
* multiple value. Because this should be known by the user, calling `get` or `getAll` returns the
|
||||||
* correct type (either `string` or `string[]`).
|
* correct type (either `string` or `string[]`).
|
||||||
*
|
*
|
||||||
* The API is inspired by the URLSearchParams interface.
|
* The API is inspired by the URLSearchParams interface.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user