Skip to content

Commit

Permalink
Update lib/PuppeteerSharp/Input/ClickOptions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
  • Loading branch information
amaitland and kblok committed Aug 30, 2022
1 parent 54c596a commit 936fd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/Input/ClickOptions.cs
Expand Up @@ -21,7 +21,7 @@ public class ClickOptions
public MouseButton Button { get; set; } = MouseButton.Left;

/// <summary>
/// (Optional) Offset for the clickable point relative to the top-left corder of the border box.
/// Offset for the clickable point relative to the top-left corner of the border-box.
/// </summary>
public Offset? OffSet { get; set; }
}
Expand Down

0 comments on commit 936fd43

Please sign in to comment.