Skip to content

Commit c072146

Browse files
Meir017kblok
authored andcommitted
Update WaitForSelectorOptions.cs (#1321)
1 parent 4295f7d commit c072146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PuppeteerSharp/WaitForSelectorOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class WaitForSelectorOptions
1515
public int? Timeout { get; set; }
1616

1717
/// <summary>
18-
/// Wwit for element to be present in DOM and to be visible.
18+
/// Wait for element to be present in DOM and to be visible.
1919
/// </summary>
2020
public bool Visible { get; set; }
2121

@@ -24,4 +24,4 @@ public class WaitForSelectorOptions
2424
/// </summary>
2525
public bool Hidden { get; set; }
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)