From abcd6b5bfb348cfa653b702096d22955eae610c5 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Wed, 3 Dec 2025 18:49:17 +0600 Subject: [PATCH] docs: update rxResource changes in updated page Add both `request` and `loader` changes in rxResource section --- adev/src/app/features/update/recommendations.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adev/src/app/features/update/recommendations.ts b/adev/src/app/features/update/recommendations.ts index 60456e8abee..a198a77cf8e 100644 --- a/adev/src/app/features/update/recommendations.ts +++ b/adev/src/app/features/update/recommendations.ts @@ -2604,7 +2604,8 @@ export const RECOMMENDATIONS: Step[] = [ necessaryAsOf: 2000, level: ApplicationComplexity.Medium, step: '20.0.0_rename_rxResource_loader_to_stream', - action: 'Rename the `loader` property passed in rxResources to `stream`.', + action: + 'Rename the `request` and `loader` properties passed in RxResource to `params` and `stream`.', }, { possibleIn: 2000,