Skip to content

Commit

Permalink
docs(api): fix api reference links for textContent (#5498)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam committed Feb 22, 2021
1 parent 74ae013 commit 75ee727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/assertions.md
Expand Up @@ -27,8 +27,8 @@ assert content == "home"
```

### API reference
- [`method: Page.innerText`]
- [`method: ElementHandle.innerText`]
- [`method: Page.textContent`]
- [`method: ElementHandle.textContent`]

## Inner text

Expand Down

0 comments on commit 75ee727

Please sign in to comment.