docs: fix typo (#16457)

This commit is contained in:
Meisam Ahmadi 2022-08-12 02:15:49 +10:00 committed by GitHub
parent 4e2ef0c865
commit b089d0a5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ title: "Mock APIs"
Playwright provides native support for most of the browser features. However, there are some experimental 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 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. gives a few examples.
<!-- TOC --> <!-- TOC -->