Skip to content

Commit 5bf7c12

Browse files
committed
readme mini change
1 parent 13bcb79 commit 5bf7c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const program = Effect.gen(function* () {
9191
const page = yield* browser.newPage();
9292

9393
// ...
94-
// Browser will be closed automatically after this block
94+
// Browser close is ensured
9595
}).pipe(PlaywrightEnvironment.withBrowser);
9696
```
9797

0 commit comments

Comments
 (0)