@webqit/observer 2.1.13 → 2.1.14

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
@@ -236,7 +236,7 @@ obj = Observer.unproxy( $obj );
236
236
 
237
237
  #### Concept: *Paths*
238
238
 
239
- Observe "a property" at a path in a given tree:
239
+ Observe "a property" at a path in an object tree:
240
240
 
241
241
  ```js
242
242
  const obj = {
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "events"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/observer",
15
- "version": "2.1.13",
15
+ "version": "2.1.14",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",