We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f6e43 commit 512880eCopy full SHA for 512880e
lib/PuppeteerSharp/BrowserFetcherOptions.cs
@@ -6,7 +6,7 @@
6
public class BrowserFetcherOptions
7
{
8
/// <summary>
9
- /// Platform, defaults to currenct platform.
+ /// Platform, defaults to current platform.
10
/// </summary>
11
public Platform? Platform { get; set; }
12
@@ -18,4 +18,4 @@ public class BrowserFetcherOptions
18
19
public string Host { get; set; }
20
}
21
-}
+}
0 commit comments