Skip to content

Commit

Permalink
More grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Dec 5, 2023
1 parent d90c30e commit 76791ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ And the next methods:

| Method | Return | Description |
| ------------------------- | -------------------------- | ---------------------------------------------------------------- |
| `eq(index: number)` | `Promise<Element \| null>` | A promise that resolves in the element in the index position of the queried elements (startig from `0`) |
| `query(selector: string)` | `AsyncSelector` | Perform a query an returns a new AsyncSelector instance |
| `eq(index: number)` | `Promise<Element \| null>` | Returns a promise that resolves in the element in the index position of the queried elements (startig from `0`) |
| `query(selector: string)` | `AsyncSelector` | Performs a query and returns a new AsyncSelector instance |

##### Examples of the AsyncSelector class

Expand Down

0 comments on commit 76791ce

Please sign in to comment.