Skip to content

Commit 141d4ac

Browse files
authored
[Fundamentals] Remove trailing spaces (#20346)
1 parent ed21c4d commit 141d4ac

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
lines changed

src/content/docs/fundamentals/api/how-to/create-via-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Cloudflare also recommends limiting the use of the token via client IP address f
2424

2525
## Creating API tokens with the API
2626

27-
You can create a user owned token or account owned token to use with the API. Refer to the [user owned token](/api/resources/user/subresources/tokens/methods/create/) or the [account owned token](/api/resources/accounts/subresources/tokens/methods/create/) API schema docs for more information.
27+
You can create a user owned token or account owned token to use with the API. Refer to the [user owned token](/api/resources/user/subresources/tokens/methods/create/) or the [account owned token](/api/resources/accounts/subresources/tokens/methods/create/) API schema docs for more information.
2828

2929
To create a token:
3030

@@ -75,7 +75,7 @@ API token policies support three resource types: `User`, `Account`, and `Zone`.
7575
:::note
7676

7777

78-
Fetch each object's ID by calling the appropriate `GET <object>` API. Refer to [User](/api/resources/user/methods/get/), [Account](/api/resources/accounts/methods/list/), and [Zone](/api/resources/zones/methods/list/) documentation for more details.
78+
Fetch each object's ID by calling the appropriate `GET <object>` API. Refer to [User](/api/resources/user/methods/get/), [Account](/api/resources/accounts/methods/list/), and [Zone](/api/resources/zones/methods/list/) documentation for more details.
7979
:::
8080

8181
##### Account

src/content/docs/fundamentals/api/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 5
66
head:
77
- tag: title
8-
content: Troubleshooting | Cloudflare API
8+
content: Troubleshooting | Cloudflare API
99
---
1010

1111
## The token is not verified

src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you onboard your website or application to Cloudflare, Cloudflare becomes t
2727
Cloudflare only becomes the primary authoritative DNS provider when you use the default, full DNS setup. For alternative options, refer to [DNS setups](/dns/zone-setups/).
2828
:::
2929

30-
If your [domain's status](/dns/zone-setups/reference/domain-status/) is active and the queried DNS record is set to `proxied`, Cloudflare responds with an [anycast IP address](/fundamentals/concepts/cloudflare-ip-addresses/), instead of the origin IP address defined in your DNS table.
30+
If your [domain's status](/dns/zone-setups/reference/domain-status/) is active and the queried DNS record is set to `proxied`, Cloudflare responds with an [anycast IP address](/fundamentals/concepts/cloudflare-ip-addresses/), instead of the origin IP address defined in your DNS table.
3131

3232
Your domain status is active when your [nameservers are updated](/dns/nameservers/update-nameservers/) to point to Cloudflare and have been authenticated. The [proxy status](/dns/proxy-status/) defines how Cloudflare treats queries for specific DNS records. The [anycast IP address](/fundamentals/concepts/cloudflare-ip-addresses/) is used to distribute traffic amongst Cloudflare's network, which protects your website or app from [DDoS](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/) and other attacks, while optimizing site speed.
3333

src/content/docs/fundamentals/reference/policies-compliances/cloudflare-cookies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Bot Management is available to Enterprise customers as an add-on service. Contac
4646

4747
### cf_clearance cookie for Cloudflare bot products
4848

49-
The `cf_clearance` cookie is required for [JavaScript detections](/bots/reference/javascript-detections/). JavaScript detections are stored in the `cf_clearance` cookie.
49+
The `cf_clearance` cookie is required for [JavaScript detections](/bots/reference/javascript-detections/). JavaScript detections are stored in the `cf_clearance` cookie.
5050

5151
### cf\_ob\_info and cf\_use\_ob cookie for Cloudflare Always Online
5252

src/content/docs/fundamentals/reference/policies-compliances/compliance-docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To access compliance documentation:
1515

1616
:::note
1717

18-
For confidentiality purposes, only **Super Administrators** for an account can access compliance documentation.
18+
For confidentiality purposes, only **Super Administrators** for an account can access compliance documentation.
1919
:::
2020

2121
## Tax documentation

src/content/docs/fundamentals/reference/sdk-ecosystem-support-policy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We provide three primary stages of development: early access, active support, an
1414

1515
:::note
1616

17-
These lifecycle stages may be referred to in different terms across Cloudflare products, but the underlying principles are the same.
17+
These lifecycle stages may be referred to in different terms across Cloudflare products, but the underlying principles are the same.
1818
:::
1919

2020
### Early access
@@ -47,7 +47,7 @@ The SDK ecosystem follows semantic versioning, which defines versions as follows
4747

4848
As Cloudflare has recently swapped to [automatically generating our libraries using OpenAPI](https://blog.cloudflare.com/lessons-from-building-an-automated-sdk-pipeline), we have relaxed the strict versioning requirements on the libraries (Terraform is not changing). Minor releases *may* contain breaking changes in the forms of method, structure, or type renames as the service owners stabilize their schemas and iterate on usability improvements.
4949

50-
If this is not suitable for your use case, pin to a known good version or use the previous major version of the library.
50+
If this is not suitable for your use case, pin to a known good version or use the previous major version of the library.
5151
:::
5252

5353
Depending on your needs, you should ensure your application's package manager versioning is configured correctly. At a minimum, restrict installation to the current major version of the library or tool you are using to prevent any major version upgrades occurring automatically.

src/content/docs/fundamentals/security/under-ddos-attack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Common signs that you are under DDoS attack include:
2020

2121
:::note
2222

23-
If you are currently under DDoS attack, refer to our guide on [responding to a DDoS attack](/ddos-protection/best-practices/respond-to-ddos-attacks/).
23+
If you are currently under DDoS attack, refer to our guide on [responding to a DDoS attack](/ddos-protection/best-practices/respond-to-ddos-attacks/).
2424
:::

src/content/docs/fundamentals/setup/account/account-security/2fa.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Render } from "~/components"
2222

2323
:::caution
2424

25-
Security keys only work with browsers that support the WebAuthn protocol.
25+
Security keys only work with browsers that support the WebAuthn protocol.
2626
:::
2727

2828
A security key provides phishing-resistant multifactor authentication to your Cloudflare account using a built-in authenticator (Apple Touch ID, Android fingerprint, or Windows Hello) or an external hardware key (like [YubiKey](https://www.yubico.com/works-with-yubikey/catalog/cloudflare/)) that connects to your computer through USB-A, USB-C, NFC, or Bluetooth.
@@ -71,7 +71,7 @@ Ensure that your hardware security key is configured and plugged in. On a Window
7171

7272
:::note
7373

74-
You can regenerate your backup codes at any time using the Cloudflare dashboard.
74+
You can regenerate your backup codes at any time using the Cloudflare dashboard.
7575
:::
7676

7777
7. Select **Next** on the backup code page to complete the recovery code setup.
@@ -82,7 +82,7 @@ You may need to reconfigure your mobile application authentication if you join a
8282

8383
:::note
8484

85-
Reconfiguring TOTP mobile application authentication does not turn off 2FA.
85+
Reconfiguring TOTP mobile application authentication does not turn off 2FA.
8686
:::
8787

8888
To reconfigure, follow [Steps 1-7](/fundamentals/setup/account/account-security/2fa/#configure-totp-mobile-application-authentication-for-two-factor-cloudflare-login) as detailed above.
@@ -95,7 +95,7 @@ Each backup code is one-time use only, but you can always request a new set of b
9595

9696
:::note
9797

98-
Regenerating your backup codes will invalidate your previous codes.
98+
Regenerating your backup codes will invalidate your previous codes.
9999
:::
100100

101101
1. Log in to the Cloudflare dashboard.
@@ -111,7 +111,7 @@ To disable 2FA for your Cloudflare account, you must delete all security keys an
111111

112112
:::note
113113

114-
If you are not the Super Administrator of an organization with **2FA Enforcement** enabled, you may not have permission to disable 2FA.
114+
If you are not the Super Administrator of an organization with **2FA Enforcement** enabled, you may not have permission to disable 2FA.
115115
:::
116116

117117
1. Log in to the Cloudflare dashboard
@@ -151,7 +151,7 @@ When setting up 2FA, you should have saved your backup codes in a secure locatio
151151

152152
:::note
153153

154-
Once you use a backup code, it becomes invalid.
154+
Once you use a backup code, it becomes invalid.
155155
:::
156156

157157
## Recover your account

src/content/docs/fundamentals/setup/account/account-security/login-and-account-issues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you forget the email address associated with your application:
2020

2121
:::note
2222

23-
This process does not affect your account or share your email address with anyone.
23+
This process does not affect your account or share your email address with anyone.
2424
:::
2525

2626
If you still cannot access the email address associated with your Cloudflare account, you may need to [move your domain to another account](/fundamentals/setup/manage-domains/move-domain/).
@@ -45,7 +45,7 @@ Cloudflare recommends strong passwords. Minimum requirements are:
4545

4646
* Password must be at least 8 characters.
4747
* Password must contain a digit.
48-
* Password must contain a special character.
48+
* Password must contain a special character.
4949
:::
5050

5151
***
@@ -80,7 +80,7 @@ You have several sign-in options for the [Cloudflare dashboard](https://dash.clo
8080

8181
:::note
8282

83-
If you login to your Cloudflare user account with Single Sign-On (SSO), you will not be able to sign in with Apple.
83+
If you login to your Cloudflare user account with Single Sign-On (SSO), you will not be able to sign in with Apple.
8484
:::
8585

8686
***

src/content/docs/fundamentals/setup/account/account-security/multi-factor-email-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cloudflare challenges the login by sending a one-time code that expires in 30 mi
1818

1919
:::note
2020

21-
Email MFA can only be disabled by enabling [two-factor authentication](/fundamentals/setup/account/account-security/2fa/).
21+
Email MFA can only be disabled by enabling [two-factor authentication](/fundamentals/setup/account/account-security/2fa/).
2222
:::
2323

2424
***

0 commit comments

Comments
 (0)