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; }