chore: fix docs typo (#24388)
This commit is contained in:
parent
afd6f7d342
commit
d81b35b836
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue