docs: fix typo in guides evaluate-javascript (#11269)

This commit is contained in:
Rico 2023-11-03 10:26:31 +01:00 committed by GitHub
parent b33ff31c2a
commit 9eeb796885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ const three = await page.evaluate(
);
```
The arguments can primitive values or `JSHandle`s.
The arguments can be primitive values or `JSHandle`s.
:::note