@webqit/oohtml 3.0.1-5 → 3.0.1-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -375,7 +375,7 @@ setTimeout(() => abortController.abort(), 1000);
375
375
 
376
376
  We can defer module loading until we really need them.
377
377
 
378
- Here, we get the `loading="lazy"` directive for that; and loading is only then triggered on the first attempt to import its contents:
378
+ Here, we get the `loading="lazy"` directive for that; and loading is only then triggered on the first attempt to import their contents:
379
379
 
380
380
  ```html
381
381
  <!-- Loading doesn't happen until the first time this is being accessed -->
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "3.0.1-5",
17
+ "version": "3.0.1-6",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",