docs: change 'Parameters' title to more accurate 'Arguments'

This commit is contained in:
Jennifer Mann
2017-05-23 17:16:06 -04:00
parent 59f778ebae
commit daed9d7346
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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**
+1 -1
View File
@@ -13,7 +13,7 @@ Get the first DOM element within a set of DOM elements.
.first(options)
```
## Parameters
## Arguments
**options**
+1 -1
View File
@@ -21,7 +21,7 @@ cy.route(function() {})
cy.route(options)
```
## Parameters
## Arguments
**url**