Skip to content

Commit ab98a27

Browse files
Update cypress/e2e/2-advanced-examples/cypress_api.cy.js
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
1 parent be284a1 commit ab98a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/2-advanced-examples/cypress_api.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ context('Cypress APIs', () => {
115115
cy.visit('http://localhost:8080/cypress-api')
116116
})
117117

118-
// We can publicly exposed values
118+
// We can publicly expose values
119119

120120
// https://on.cypress.io/environment-variables
121121
it('Get environment variables', () => {

0 commit comments

Comments
 (0)