Skip to content

Commit 23fd91b

Browse files
authored
Fix typos in Cef documentation (#3237)
1 parent 78e32a3 commit 23fd91b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CefSharp.Core/Cef.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ namespace CefSharp
145145
/// <summary>
146146
/// Initializes CefSharp with user-provided settings.
147147
/// It's important to note that Initialize and Shutdown <strong>MUST</strong> be called on your main
148-
/// applicaiton thread (Typically the UI thead). If you call them on different
148+
/// application thread (typically the UI thread). If you call them on different
149149
/// threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
150150
/// </summary>
151151
/// <param name="cefSettings">CefSharp configuration settings.</param>
@@ -160,7 +160,7 @@ namespace CefSharp
160160
/// <summary>
161161
/// Initializes CefSharp with user-provided settings.
162162
/// It's important to note that Initialize/Shutdown <strong>MUST</strong> be called on your main
163-
/// applicaiton thread (Typically the UI thead). If you call them on different
163+
/// application thread (typically the UI thread). If you call them on different
164164
/// threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
165165
/// </summary>
166166
/// <param name="cefSettings">CefSharp configuration settings.</param>
@@ -177,7 +177,7 @@ namespace CefSharp
177177
/// <summary>
178178
/// Initializes CefSharp with user-provided settings.
179179
/// It's important to note that Initialize/Shutdown <strong>MUST</strong> be called on your main
180-
/// applicaiton thread (Typically the UI thead). If you call them on different
180+
/// application thread (typically the UI thread). If you call them on different
181181
/// threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
182182
/// </summary>
183183
/// <param name="cefSettings">CefSharp configuration settings.</param>

0 commit comments

Comments
 (0)