Skip to content

Commit b9a7480

Browse files
Fixed some typos
Co-authored-by: David Risney <dave@deletethis.net>
1 parent bf9a83f commit b9a7480

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specs/GetFavicon.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ is raised when the page is navigated to. The Favicon would be an
5555
empty image stream and empty Uri for the lack of a favicon. The end developer is expected to handle this scenario.
5656
Otherwise, we raise the FaviconChanged with an observed change to the
5757
Favicon. In that scenario, the CoreWebView2 has an updated value for the FaviconUri property, and the GetFavicon method to match the updated favicon.
58-
observed and a copy of the image.
5958
See [API Details](#api-details) Section below for API reference
6059
# API Details
6160
## Win32 C++
@@ -94,7 +93,7 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
9493
/// The FaviconChanged event will be raised for first navigating to a new
9594
/// document, whether or not a document declares a Favicon in HTML. The event will
9695
/// be raised again if a favicon is declared in its HTML or has script
97-
/// to set its favicon. The favicon infromation can then be retrieved with
96+
/// to set its favicon. The favicon information can then be retrieved with
9897
/// `GetFavicon` and `FaviconUri`.
9998
HRESULT add_FaviconChanged(
10099
[in] ICoreWebViewFaviconChangedEventHandler* eventHandler,

0 commit comments

Comments
 (0)