@webqit/oohtml 3.0.0 → 3.0.1-0

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
@@ -628,7 +628,7 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
628
628
  <div binding="& color:someColor; & backgroundColor:'red'"></div>
629
629
  ```
630
630
 
631
- **-->** *and that isn't space-sensitive*:
631
+ **-->** *without being space-sensitive*:
632
632
 
633
633
  ```html
634
634
  <div binding="& color:someColor; &backgroundColor: 'red'"></div>
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.0",
17
+ "version": "3.0.1-0",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",