Skip to content

Commit 44a0d69

Browse files
authored
Update ExclusiveUserDataFolderAccess.md
1 parent e24ee2b commit 44a0d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExclusiveUserDataFolderAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface ICoreWebView2EnvironmentOptions_2 : IUnknown
4848
/// objects with the same UserDataFolder. This prevents other processes from creating WebViews
4949
/// which share the same browser process instance, since sharing is performed among
5050
/// 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,
51+
/// WebView2Controller from an WebView2Environment object created with the same user data folder,
5252
/// it will fail with `HRESULT_FROM_WIN32(ERROR_INVALID_STATE)`.
5353
/// Exclusive data folder access also opens optimization opportunities, such as more aggressive
5454
/// CPU reduction for suspended WebViews.

0 commit comments

Comments
 (0)