Skip to content

Commit 2cb8cef

Browse files
Update specs/GetFavicon.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 7be3af7 commit 2cb8cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/GetFavicon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface ICoreWebView2_5 : ICoreWebView2_4 {
6060
[in] EventRegistrationToken token);
6161

6262
/// used to access the current value of the favicon
63-
[propget] HRESULT FaviconUrl([out, retval] LPWSTR* value);
63+
[propget] HRESULT FaviconUri([out, retval] LPWSTR* value);
6464
}
6565
```
6666

@@ -74,4 +74,4 @@ namespace Microsoft.Web.WebView2.Core {
7474
string FaviconUrl {get;};
7575
}
7676
}
77-
```
77+
```

0 commit comments

Comments
 (0)