docs(aio): fix URLSearchParams interface link to MDN

Fixes #18367
This commit is contained in:
Antoine Mary 2017-07-27 11:42:27 +02:00 committed by Alex Rickabaugh
parent 0fb7484d51
commit 416ed691e5
1 changed files with 1 additions and 1 deletions

View File

@ -1830,7 +1830,7 @@ Finally, you activate the observable with `subscribe` method and (re)set the com
#### _ParamMap_ API
The `ParamMap` API is inspired by the [URLSearchParams interface](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParamsOPut). It provides methods
The `ParamMap` API is inspired by the [URLSearchParams interface](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams). It provides methods
to handle parameter access for both route parameters (`paramMap`) and query parameters (`queryParamMap`).
<table>