Skip to content

Commit

Permalink
fix(html): WAIT_NAVIGATION doc πŸ› (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil authored Oct 2, 2020
1 parent fee9640 commit c0f8421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stdlib/html/wait_navigation.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type WaitNavigationParams struct {
// @param {Int} [timeout=5000] - Navigation timeout.
// @param {Object} [params=None] - Navigation parameters.
// @param {Int} [params.timeout=5000] - Navigation timeout.
// @param {Int} [params.target] - Navigation target url.
// @param {String} [params.target] - Navigation target url.
// @param {HTMLDocument} [params.frame] - Navigation frame.
func WaitNavigation(ctx context.Context, args ...core.Value) (core.Value, error) {
err := core.ValidateArgs(args, 1, 2)
Expand Down

0 comments on commit c0f8421

Please sign in to comment.