We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24ee2b commit 44a0d69Copy full SHA for 44a0d69
1 file changed
specs/ExclusiveUserDataFolderAccess.md
@@ -48,7 +48,7 @@ interface ICoreWebView2EnvironmentOptions_2 : IUnknown
48
/// objects with the same UserDataFolder. This prevents other processes from creating WebViews
49
/// which share the same browser process instance, since sharing is performed among
50
/// WebViews that have the same UserDataFolder. When another process tries to create
51
- /// WebView2Controller from an WebView2Environment objct created with the same user data folder,
+ /// WebView2Controller from an WebView2Environment object created with the same user data folder,
52
/// it will fail with `HRESULT_FROM_WIN32(ERROR_INVALID_STATE)`.
53
/// Exclusive data folder access also opens optimization opportunities, such as more aggressive
54
/// CPU reduction for suspended WebViews.
0 commit comments