mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-23 08:50:20 -05:00
docs: change 'Parameters' title to more accurate 'Arguments'
This commit is contained in:
@@ -17,7 +17,7 @@ Click a DOM element. The DOM element must be in a "clickable" state prior to th
|
||||
.click(x, y, options)
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## Arguments
|
||||
|
||||
**position**
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Get the first DOM element within a set of DOM elements.
|
||||
.first(options)
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## Arguments
|
||||
|
||||
**options**
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ cy.route(function() {})
|
||||
cy.route(options)
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## Arguments
|
||||
|
||||
**url**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user