From e4e72c9e815e3a01dfa94a6a68511a02a8aab8f4 Mon Sep 17 00:00:00 2001 From: Maxi Cilauro Date: Tue, 17 Jul 2018 00:07:54 +0200 Subject: [PATCH] docs(api.md): fix typo (#2890) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index a378e889..e5760e67 100644 --- a/docs/api.md +++ b/docs/api.md @@ -2498,7 +2498,7 @@ expect(await tweetHandle.$eval('.retweets', node => node.innerText)).toBe('10'); The method evaluates the XPath expression relative to the elementHandle. If there are no such elements, the method will resolve to an empty array. #### elementHandle.asElement() -- returns: <[elementhandle]> +- returns: <[ElementHandle]> #### elementHandle.boundingBox() - returns: <[Promise]>