From e162ed208bedc05ea588535bdd0a69b199fce2b5 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 24 Feb 2026 14:53:31 -0700 Subject: [PATCH] Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../DeviceTypeInterfaces/IHasWebView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs index 1be89312..396229ce 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs @@ -48,7 +48,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces bool IsInPwaMode { get; } /// - /// Indicates whether the webview is currently in PWA mode + /// Gets the BoolFeedback indicating whether the webview is currently in PWA mode /// BoolFeedback IsInPwaModeFeedback { get; }