Skip to content

Commit

Permalink
Refactor comment to align to go naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 23, 2023
1 parent 51d9268 commit 50992a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/browser_context_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ func (w *WaitForEventOptions) Parse(ctx context.Context, optsOrPredicate goja.Va
return nil
}

// GrantPermissionsOptions are the options used by the browserContext.grantPermissions
// API.
// GrantPermissionsOptions is used by BrowserContext.GrantPermissions.
type GrantPermissionsOptions struct {
Origin string
}
Expand Down

0 comments on commit 50992a9

Please sign in to comment.