diff --git a/docs/src/api/class-browsercontext.md b/docs/src/api/class-browsercontext.md index 960d527374..97d29a1230 100644 --- a/docs/src/api/class-browsercontext.md +++ b/docs/src/api/class-browsercontext.md @@ -349,7 +349,7 @@ context.clear_permissions() ```csharp var context = await browser.NewContextAsync(); await context.GrantPermissionsAsync(new[] { "clipboard-read" }); -// Alternatively, you can use the helper class ContextPermissions +// Alternatively, you can use the helper class ContextPermissions // to specify the permissions... // do stuff ... await context.ClearPermissionsAsync(); @@ -589,7 +589,7 @@ await page.SetContentAsync("