From daf0564fb4cfb89353c80d0d378f1e9f745918a4 Mon Sep 17 00:00:00 2001 From: Aleksandra Simeonova Date: Tue, 7 Jun 2022 15:54:55 +0200 Subject: [PATCH] Fix typo in angular support lib docu (#2740) --- .../projects/client-support-angular/README.md | 2 +- docs/framework-support-libraries.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-frameworks-support/client-support-angular/projects/client-support-angular/README.md b/client-frameworks-support/client-support-angular/projects/client-support-angular/README.md index c053d5690e..1a0d09655a 100644 --- a/client-frameworks-support/client-support-angular/projects/client-support-angular/README.md +++ b/client-frameworks-support/client-support-angular/projects/client-support-angular/README.md @@ -119,6 +119,6 @@ For example: { path: 'luigi-client-support-preload', component: LuigiPreloadComponent, - data: { updateModalPathParam: true, addHistoryEntry: true } + data: { updateModalDataPath: true, addHistoryEntry: true } } ``` diff --git a/docs/framework-support-libraries.md b/docs/framework-support-libraries.md index a5f1ba88b4..33425736ce 100644 --- a/docs/framework-support-libraries.md +++ b/docs/framework-support-libraries.md @@ -149,7 +149,7 @@ For example: { path: 'luigi-client-support-preload', component: LuigiPreloadComponent, - data: { updateModalPathParam: true, addHistoryEntry: true } + data: { updateModalDataPath: true, addHistoryEntry: true } } ```