Skip to content

Commit

Permalink
Fix typo in invoke.md (cypress-io#2654)
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
voyy authored Mar 24, 2020
1 parent 465a73d commit 5e153bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api/commands/invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Our input field
<input type="text" name="text" data-cy="my-text-input">
```

The Cypress Test with `cy.inkoke()` awaiting the promise:
The Cypress Test with `cy.invoke()` awaiting the promise:
```javascript
function disableElementAsync (element) {
return new Promise((resolve) => {
Expand Down

0 comments on commit 5e153bc

Please sign in to comment.