Skip to content

Commit f3a0eae

Browse files
committed
Fix typos in migration code examples
1 parent 2e774cb commit f3a0eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/api/commands/origin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ origins
359359

360360
```js
361361
it('logs in', () => {
362-
cy.visit('https//supersecurelogons.com')
362+
cy.visit('https://supersecurelogons.com')
363363
cy.get('input#password').type('Password123!')
364364
cy.get('button#submit').click()
365365
})
@@ -391,7 +391,7 @@ test, like the following.
391391
```js
392392
it('securely edits content', () => {
393393
cy.origin('supersecurelogons.com', () => {
394-
cy.visit('https"//supersecurelogons.com')
394+
cy.visit('https://supersecurelogons.com')
395395
cy.get('input#password').type('Password123!')
396396
cy.get('button#submit').click()
397397
})

0 commit comments

Comments
 (0)