Skip to content

Commit 8d7e91e

Browse files
openjcklmiller1990
andauthored
chore: heading of no-unnecessary-waiting.md (#124)
* Fix heading of no-unnecessary-waiting.md --------- Co-authored-by: Lachlan Miller <[email protected]>
1 parent 0b54b2d commit 8d7e91e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Disable the `cypress/no-unnecessary-waiting` rule for the entire file by placing
7373
/* eslint-disable cypress/no-unnecessary-waiting */
7474
```
7575

76-
Disable the `cypress/no-unnecessary-waiting` rule for a portion of the file:
76+
Disable the `cypress/no-unnecessary-waiting` rule for only a portion of the file:
7777

7878
```js
7979
it('waits for a second', () => {

docs/rules/no-unnecessary-waiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## No Assigning Return Values
1+
## No Unnecessary Waiting
22

33
See [the Cypress Best Practices guide](https://on.cypress.io/best-practices#Unnecessary-Waiting).

0 commit comments

Comments
 (0)