Skip to content

Commit e5d2c7d

Browse files
marcelo-macielkblok
authored andcommitted
missing ; (#1356)
missing ;
1 parent 8484188 commit e5d2c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docfx_project/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ using (var page = await Browser.NewPageAsync())
9696
using (var page = await Browser.NewPageAsync())
9797
{
9898
await page.GoToAsync("http://www.spapage.com");
99-
await page.WaitForSelectorAsync("div.main-content")
99+
await page.WaitForSelectorAsync("div.main-content");
100100
await page.PdfAsync(outputFile));
101101
}
102102
```

0 commit comments

Comments
 (0)