diff --git a/docs/api.md b/docs/api.md index ba1d1ba..95b5707 100644 --- a/docs/api.md +++ b/docs/api.md @@ -229,7 +229,7 @@ As an alternative to `browser.find('.selector').shouldExist()` you can also do: ```js await browser.shouldFind('.selector') -```` +``` ### shouldNotExist Waits for the element not to exist. @@ -304,7 +304,6 @@ component.shouldHave({ would match: ```html -