Skip to content

Commit 0953a8b

Browse files
authored
Fixed a typo (#6098)
1 parent 12cd7a4 commit 0953a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/commands/origin.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cy.get('h1').contains('Kitchen Sink')
8686
cy.origin('https://www.cypress.io', () => {
8787
cy.visit('/about-us')
8888
cy.get('h1').contains('About us')
89-
// Fails because doanloads is not passed in via args
89+
// Fails because downloads is not passed in via args
9090
cy.contains(downloads)
9191
})
9292
// Won't work because still on www.cypress.io

0 commit comments

Comments
 (0)