Skip to content

Commit 8004600

Browse files
committed
Updated README
1 parent 99795eb commit 8004600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jt.traverse(simpleObj, callbacks);
8282
// }
8383
```
8484

85-
### Example 3: convert a more complex object to a collapsable HTML list
85+
### Example 3: convert a more complex object to a collapsible HTML list
8686

8787
```js
8888
const htmlObj = {
@@ -248,7 +248,7 @@ For deep-inspected arrays the path would contain the name of the array itself wh
248248
}
249249
```
250250

251-
When processeing the array the keys would be `_0`, `_1` and `_2` and the path would always be `['child', 'subchild', 'array']`.
251+
When processing the array the keys would be `_0`, `_1` and `_2` and the path would always be `['child', 'subchild', 'array']`.
252252

253253
###### isObjectRoot
254254

0 commit comments

Comments
 (0)