diff --git a/docs/src/navigations.md b/docs/src/navigations.md index a833d5bd68..c18babb647 100644 --- a/docs/src/navigations.md +++ b/docs/src/navigations.md @@ -102,7 +102,7 @@ resources loaded, etc. 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 -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)). When page is hydrated, first, a static version of the page is sent to the browser.