diff --git a/docs/input.md b/docs/input.md
index 39693e6731..a8144165dd 100644
--- a/docs/input.md
+++ b/docs/input.md
@@ -5,9 +5,9 @@
await page.fill('#name', 'Peter');
```
-This is the easiest way to fill out the form fields. It focuses the element and triggers an `input` event with the entered text. It works for ``, `