From 416ed691e5ca3f08756fe9ecd965a21ebb0ada5c Mon Sep 17 00:00:00 2001 From: Antoine Mary Date: Thu, 27 Jul 2017 11:42:27 +0200 Subject: [PATCH] docs(aio): fix URLSearchParams interface link to MDN Fixes #18367 --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index ed85bfdaf0..c9c117954d 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -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`).