From b089d0a5aa295b5e612790b8b4db89df49773bd8 Mon Sep 17 00:00:00 2001 From: Meisam Ahmadi <43019348+meisam-ahmadi-au@users.noreply.github.com> Date: Fri, 12 Aug 2022 02:15:49 +1000 Subject: [PATCH] docs: fix typo (#16457) --- docs/src/mock-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.