Skip to content

Commit

Permalink
docs(dotnet): fix isMobile in snippet (#30699)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenderMichael committed May 7, 2024
1 parent 0164dca commit 81e907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/emulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ context = browser.new_context(
```csharp
await using var context = await browser.NewContextAsync(new()
{
IsMobile = new IsMoble() { false }
IsMobile = false
});
```

Expand Down

0 comments on commit 81e907f

Please sign in to comment.