diff --git a/docs/contents/examples/index.md b/docs/contents/examples/index.md index 5430549f1..64f11e678 100644 --- a/docs/contents/examples/index.md +++ b/docs/contents/examples/index.md @@ -81,7 +81,7 @@ var scaledViewport = page.getViewport({ scale: scale, }); ### Hello World with document load error handling The example demonstrates how promises can be used to handle errors during loading. -It also demonstrates how to wait until page loaded and rendered. +It also demonstrates how to wait until a page is loaded and rendered.