Skip to content

Commit f1ae664

Browse files
David ShoemakerDavid Shoemaker
authored andcommitted
Additional PR updates
1 parent 215014b commit f1ae664

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/UserDataFolder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ logic into your application with an assumption where the User Data is
2020
located. WebView2 changing that default can then result in a code error or
2121
possible crash.
2222

23-
This api will provide the you a way to get the directory that is
23+
This api will provide you a way to get the directory that is
2424
currently being used by the WebView for storage of the user data.
2525

2626
Using this returned directory is safer for the long run so that if WebView2
@@ -74,7 +74,7 @@ HRESULT UserDataFolder()
7474
[
7575
uuid(083CB0D7-E464-4108-807E-80AE4EAA3B28), object,
7676
pointer_default(unique)
77-
] interface ICoreWebView2Environment6 : IUnknown {
77+
] interface ICoreWebView2Environment6 : ICoreWebView2Environment5 {
7878
/// Returns the user data folder that all CoreWebView2's created from this
7979
/// environment are using.
8080
/// This could be either the value passed in by the developer when creating the

0 commit comments

Comments
 (0)