Skip to content

Commit 90eb70b

Browse files
committed
normalize casing
1 parent bd9da4c commit 90eb70b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/guides/overview/why-cypress.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ do that no other testing framework can:
120120
or videos of your entire test suite when run from the CLI. Record to
121121
[Cypress Cloud](/guides/cloud/introduction) to store them with your test
122122
results for zero-configuration debugging.
123-
- **Cross browser Testing:** Run tests within Firefox and Chrome-family browsers
123+
- **Cross Browser Testing:** Run tests within Firefox and Chrome-family browsers
124124
(including Edge and Electron) locally and
125125
[optimally in a Continuous Integration pipeline](/guides/guides/cross-browser-testing).
126126
- **Smart Orchestration:** Once you're set up to record to Cypress Cloud, easily

docs/guides/references/best-practices.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ If you're familiar with Cypress commands already, but find yourself using
290290
For working with either of these patterns, please read our
291291
[Variables and Aliases guide](/guides/core-concepts/variables-and-aliases).
292292

293-
## Visiting external sites
293+
## Visiting External Sites
294294

295295
:::danger
296296

@@ -447,7 +447,7 @@ email's functionality and visual style:
447447
environment variables. Some email services already provide
448448
[Cypress plugins](/plugins#Email) to access emails.
449449

450-
## Having tests rely on the state of previous tests
450+
## Having Tests Rely On The State Of Previous Tests
451451

452452
:::danger
453453

@@ -578,7 +578,7 @@ We're also paving the way to make it less complicated to write multiple tests
578578
against the "default" state of the form. That way each test stays lean but each
579579
can be run independently and pass.
580580

581-
## Creating "tiny" tests with a single assertion <E2EOnlyBadge />
581+
## Creating "Tiny" Tests With A Single Assertion <E2EOnlyBadge />
582582

583583
:::danger
584584

@@ -664,7 +664,7 @@ describe('my form', () => {
664664
})
665665
```
666666

667-
## Using `after` or `afterEach` hooks
667+
## Using `after` Or `afterEach` Hooks
668668

669669
:::danger
670670

@@ -1011,7 +1011,7 @@ Are you trying to run in CI?
10111011
We have
10121012
[examples showing you how to start and stop your web server](/guides/continuous-integration/introduction#Boot-your-server).
10131013

1014-
## Setting a global baseUrl
1014+
## Setting a Global `baseUrl`
10151015

10161016
:::danger
10171017

0 commit comments

Comments
 (0)