Skip to content

Commit 8407150

Browse files
committed
made changes based on PR feedback
1 parent caa652a commit 8407150

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

specs/StatusBarActivity.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Developers would also like to be able to opt in to intercept the updates which w
1313
normally be displayed by the Status bar, and show it using thier own custom UI.
1414
# Description
1515
We propose two new events for WebView2 that would allow developers to
16-
listen for Status bar updates which are triggered by activity on the embedded
17-
browser, and then handle those updates however they want in their applications.
16+
listen for Status bar updates which are triggered by activity on the WebView, and then handle those updates however they want in their applications.
1817

1918
Developers will be able to:
2019

@@ -90,7 +89,7 @@ interface ICoreWebView2StatusBarHidingEventHandler : IUnknown {
9089
[in] ICoreWebView2* sender);
9190
}
9291
```
93-
## C#/ .Net/ WinRT
92+
## .Net/ WinRT
9493
```
9594
namespace Microsoft.Web.WebView2.Core {
9695
runtimeclass CoreWebView2StatusBarShowingEventArgs {

0 commit comments

Comments
 (0)