From 598334a86a912f91b90123cbdd7f145698feee24 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 23 Aug 2024 16:24:13 +0200 Subject: [PATCH] chore: fix doclint --- docs/src/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/network.md b/docs/src/network.md index c7e6bdca1c..152231556e 100644 --- a/docs/src/network.md +++ b/docs/src/network.md @@ -191,7 +191,7 @@ test('should use custom proxy on a new context', async ({ browser }) => { } }); const page = await context.newPage(); - + await context.close(); }); ```