More typos

This commit is contained in:
Steven Rogalsky 2019-04-02 22:54:12 -07:00 committed by GitHub
parent 85a0449fce
commit a649079b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,8 +266,8 @@ All methods `"getElementsBy*"` return a *live* collection. Such collections alwa
In the example below, there are two scripts.
1. The first one creates a reference to the collection of `<div>`. As of now, it's length is `1`.
2. The second scripts runs after the browser meets one more `<div>`, so it's length is `2`.
1. The first one creates a reference to the collection of `<div>`. As of now, its length is `1`.
2. The second scripts runs after the browser meets one more `<div>`, so its length is `2`.
```html run
<div>First div</div>