Merge pull request #14143 from raghav-wd/patch-1

docs: Fix grammatical error
This commit is contained in:
Jonas Jenwald 2021-10-15 09:31:14 +02:00 committed by GitHub
commit c1617be2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<script async src="//jsfiddle.net/pdfjs/9engc9mw/embed/js,html,css,result/"></script>