Skip to content

Commit 7d80e13

Browse files
committed
remove explicit jsx white space
1 parent ce4999e commit 7d80e13

File tree

8 files changed

+11
-19
lines changed

8 files changed

+11
-19
lines changed

docs/guides/cloud/jira-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ workflow to enable:
2424

2525
## Installing the Jira integration
2626

27-
1. Visit **Integrations → Jira** in Cypress Cloud and click "Install Jira" {' '}
27+
1. Visit **Integrations → Jira** in Cypress Cloud and click "Install Jira"
2828
<DocsImage
2929
src="/img/dashboard/jira-integration/dashboard-jira-integration-install.png"
3030
alt="Cypress Cloud Integrations"
@@ -65,7 +65,7 @@ workflow to enable:
6565
alt="Cypress Cloud Select Organization for Jira Integration"
6666
/>
6767
1. The Jira Integration is complete. A list of projects permitted is provided on
68-
the Jira Integration page. {' '}
68+
the Jira Integration page.
6969
<DocsImage
7070
src="/img/dashboard/jira-integration/dashboard-jira-integration-completed.png"
7171
alt="Cypress Cloud Jira Integration"

docs/guides/cloud/organizations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Organization to set up SSO.
201201
#### Enable SSO
202202

203203
1. Log in to Cypress Cloud and navigate to the **Integrations** page for your
204-
organization. {' '}
204+
organization.
205205
<DocsImage
206206
src="/img/dashboard/organizations/integrations-nenu-screenshot.png"
207207
alt="Enable SSO"
@@ -265,7 +265,7 @@ below, refer to
265265
Cypress Cloud needs the information provided here:
266266

267267
- Copy the Identity Provider Single sign-on URL to Cypress Cloud.
268-
- Download the certificate and upload that to Cypress Cloud. {' '}
268+
- Download the certificate and upload that to Cypress Cloud.
269269
<DocsImage
270270
src="/img/dashboard/organizations/okta-download-certificate-for-cypress-dashboard.png"
271271
alt="Download Certificate"

docs/guides/component-testing/angular/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ npx cypress open
3232
<DocsImage
3333
src="/img/guides/component-testing/select-test-type.jpg"
3434
caption="Choose Component Testing"
35-
>
36-
{' '}
37-
</DocsImage>
35+
/>
3836

3937
The Cypress Launchpad will guide you through configuring your project.
4038

docs/guides/component-testing/react/api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ it('mounts', () => {
117117
<td>strict</td>
118118
<td>boolean (optional)</td>
119119
<td>
120-
Render component in React{' '}
120+
Render component in React
121121
<a href="https://reactjs.org/docs/strict-mode.html">strict mode</a>
122122
It activates additional checks and warnings for child components.
123123
</td>
@@ -139,7 +139,7 @@ Type that the `mount` function yields
139139
<td>component</td>
140140
<td>React.ReactNode</td>
141141
<td>
142-
Render component in React{' '}
142+
Render component in React
143143
<a href="https://reactjs.org/docs/strict-mode.html">strict mode</a>
144144
It activates additional checks and warnings for child components.
145145
</td>

docs/guides/component-testing/react/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ npx cypress open
3838
<DocsImage
3939
src="/img/guides/component-testing/select-test-type.jpg"
4040
caption="Choose Component Testing"
41-
>
42-
{' '}
43-
</DocsImage>
41+
/>
4442

4543
The Cypress Launchpad will guide you through configuring your project.
4644

docs/guides/component-testing/svelte/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ npx cypress open
4242
<DocsImage
4343
src="/img/guides/component-testing/select-test-type.jpg"
4444
caption="Choose Component Testing"
45-
>
46-
{' '}
47-
</DocsImage>
45+
/>
4846

4947
The Cypress Launchpad will guide you through configuring your project.
5048

docs/guides/component-testing/vue/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ npx cypress open
3636
<DocsImage
3737
src="/img/guides/component-testing/select-test-type.jpg"
3838
caption="Choose Component Testing"
39-
>
40-
{' '}
41-
</DocsImage>
39+
/>
4240

4341
The Cypress Launchpad will guide you through configuring your project.
4442

docs/guides/references/cypress-studio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For this test, we will add a new bank account. Our interactions are as follows:
280280
src="/img/guides/cypress-studio/add-test-form-complete.png"
281281
alt="Cypress Studio Add Test Complete Bank Account Form"
282282
/>
283-
4. Click the "Save" button {' '}
283+
4. Click the "Save" button
284284
<DocsImage
285285
src="/img/guides/cypress-studio/add-test-form-save.png"
286286
alt="Cypress Studio Add Test Save Bank Account"

0 commit comments

Comments
 (0)