We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents added3d + 78dde0e commit 369b81bCopy full SHA for 369b81b
src/util.js
@@ -555,8 +555,8 @@ function isPDFFunction(v) {
555
/**
556
* 'Promise' object.
557
* Each object that is stored in PDFObjects is based on a Promise object that
558
- * contains the status of the object and the data. There migth be situations,
559
- * where a function want to use the value of an object, but it isn't ready at
+ * contains the status of the object and the data. There might be situations
+ * where a function wants to use the value of an object, but it isn't ready at
560
* that time. To get a notification, once the object is ready to be used, s.o.
561
* can add a callback using the `then` method on the promise that then calls
562
* the callback once the object gets resolved.
0 commit comments