Skip to content

Commit 1de0607

Browse files
Update specs/StatusBarMessage.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 49924b7 commit 1de0607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/StatusBarMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace Microsoft.Web.WebView2.Core {
9292
/// Interface for the status bar message changed event handler
9393
runtimeclass CoreWebView2 {
9494
event Windows.Foundation.TypedEventHandler<CoreWebView2, Object> StatusBarMessageChanged;
95-
string statusBarMessage {get;};
95+
string StatusBarMessage {get;};
9696
}
9797
}
9898
```

0 commit comments

Comments
 (0)