diff --git a/docs/src/mock-js.md b/docs/src/mock-js.md index a7e1c626c6..ce8726ad3f 100644 --- a/docs/src/mock-js.md +++ b/docs/src/mock-js.md @@ -5,7 +5,7 @@ title: "Mock APIs" Playwright provides native support for most of the browser features. However, there are some experimental APIs and APIs which are not (yet) fully supported by all browsers. Playwright usually doesn't provide dedicated -atomation APIs in such cases. You can use mocks to test behavior of your application in such cases. This guide +automation APIs in such cases. You can use mocks to test behavior of your application in such cases. This guide gives a few examples.