From 4a9e97071d7d10cdecd6a569c4f590b6efcde95a Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:26:43 +0200 Subject: [PATCH] Update src/UrlParams.ts Co-authored-by: Robin --- src/UrlParams.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UrlParams.ts b/src/UrlParams.ts index d93cea25..001ae389 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -138,10 +138,10 @@ export interface UrlProperties { } /** - * The configuration for the app. It can be set via URL parameters. - * Those parameters are different to the UrlProperties, since they are all optional - * and configure the behavior of the app. There value is the same if EC is used in - * the same context but different accoutns/users. + * The configuration for the app, which can be set via URL parameters. + * Those property are different to the UrlProperties, since they are all optional + * and configure the behavior of the app. Their value is the same if EC is used in + * the same context but with different accounts/users. * * Their defaults can be controlled by the `intent` property. */