chore: fix docs typo (#24388)

This commit is contained in:
Pavel Feldman 2023-07-25 12:55:06 -07:00 committed by GitHub
parent afd6f7d342
commit d81b35b836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ resources loaded, etc.
At some point in time, you'll stumble upon a use case where Playwright performs At some point in time, you'll stumble upon a use case where Playwright performs
an action, but nothing seemingly happens. Or you enter some text into the input an action, but nothing seemingly happens. Or you enter some text into the input
field and will disappear. The most probable reason behind that is a poor page field and it will disappear. The most probable reason behind that is a poor page
[hydration](https://en.wikipedia.org/wiki/Hydration_(web_development)). [hydration](https://en.wikipedia.org/wiki/Hydration_(web_development)).
When page is hydrated, first, a static version of the page is sent to the browser. When page is hydrated, first, a static version of the page is sent to the browser.