Skip to content

Commit 512880e

Browse files
authored
Fix typo (#1213)
1 parent 17f6e43 commit 512880e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PuppeteerSharp/BrowserFetcherOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class BrowserFetcherOptions
77
{
88
/// <summary>
9-
/// Platform, defaults to currenct platform.
9+
/// Platform, defaults to current platform.
1010
/// </summary>
1111
public Platform? Platform { get; set; }
1212
/// <summary>
@@ -18,4 +18,4 @@ public class BrowserFetcherOptions
1818
/// </summary>
1919
public string Host { get; set; }
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)