From 1ae2e42f5e499c8d74259e35022db6e9f6ddbd70 Mon Sep 17 00:00:00 2001 From: Adam Chubbuck Date: Mon, 30 Oct 2023 14:42:12 -0400 Subject: [PATCH 1/2] Fixes a broken link to /api/operators/switchMapTo --- apps/rxjs.dev/content/deprecations/resultSelector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rxjs.dev/content/deprecations/resultSelector.md b/apps/rxjs.dev/content/deprecations/resultSelector.md index 9f28940bdd..9f77a46bb5 100644 --- a/apps/rxjs.dev/content/deprecations/resultSelector.md +++ b/apps/rxjs.dev/content/deprecations/resultSelector.md @@ -22,7 +22,7 @@ There were two reasons for actually deprecating those parameters: - [mergeMap](/api/operators/mergeMap) - [mergeMapTo](/api/operators/mergeMapTo) - [switchMap](/api/operators/switchMap) -- [swithMapTo](/api/operators/swithMapTo) +- [swithMapTo](/api/operators/switchMapTo) ## How to Refactor From d061fe17cf2bed7258cd54ddabf9bbd1a68189d4 Mon Sep 17 00:00:00 2001 From: Adam Chubbuck Date: Tue, 31 Oct 2023 11:44:19 -0400 Subject: [PATCH 2/2] Fixes a typo in the label for switchMapTo --- apps/rxjs.dev/content/deprecations/resultSelector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rxjs.dev/content/deprecations/resultSelector.md b/apps/rxjs.dev/content/deprecations/resultSelector.md index 9f77a46bb5..0d14021a09 100644 --- a/apps/rxjs.dev/content/deprecations/resultSelector.md +++ b/apps/rxjs.dev/content/deprecations/resultSelector.md @@ -22,7 +22,7 @@ There were two reasons for actually deprecating those parameters: - [mergeMap](/api/operators/mergeMap) - [mergeMapTo](/api/operators/mergeMapTo) - [switchMap](/api/operators/switchMap) -- [swithMapTo](/api/operators/switchMapTo) +- [switchMapTo](/api/operators/switchMapTo) ## How to Refactor