Skip to content

Commit 2d9f9f4

Browse files
[ZT] Remove trailing spaces (#19808)
* [ZT] Remove trailing spaces * Replaced the non-standard apostrophe (’) with a standard single quote (') Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 31d0209 commit 2d9f9f4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/content/docs/learning-paths/zero-trust-web-access/alternative-onramps/clientless-rbi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
:::note
1010

11-
Requires the Browser Isolation add-on.
11+
Requires the Browser Isolation add-on.
1212
:::
1313

1414
[Clientless Web Isolation](/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation/) allows you to on-ramp user traffic to your private network without needing to install the WARP client. Users access private applications by going to a prefixed URL:

src/content/docs/learning-paths/zero-trust-web-access/initial-setup/add-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You only need to add one domain to Cloudflare, since you can create an infinite
2424

2525
If Cloudflare is unable to identify your domain as a registered domain, make sure you are using an existing [top-level domain](https://www.cloudflare.com/learning/dns/top-level-domain/) (`.com`, `.net`, `.biz`, or others).
2626

27-
Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat).
27+
Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat).
2828
:::
2929

3030
5. Review your DNS records and select **Continue**.

src/content/docs/learning-paths/zero-trust-web-access/migrate-applications/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Publish internal applications that users currently access from a traditional cor
1010

1111
:::note
1212

13-
The remaining modules (Modules 6-9) discuss special considerations and setup options for enterprise environments. If you are only looking to configure a basic ZTWA setup, feel free to skip them.
13+
The remaining modules (Modules 6-9) discuss special considerations and setup options for enterprise environments. If you are only looking to configure a basic ZTWA setup, feel free to skip them.
1414
:::
1515

1616
## Objectives

src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a `.tf` file and copy-paste the following example. Fill in your API token
3030

3131
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
3232
2. Select the tunnel name.
33-
3. Copy the **Tunnel ID**.
33+
3. Copy the **Tunnel ID**.
3434

3535
</Details>
3636

@@ -67,7 +67,7 @@ variable "tunnel_id" {
6767

6868
:::caution
6969

70-
To prevent accidentally exposing your Cloudflare credentials, do not save this file in your version control system. Learn more about [tracking a Terraform configuration](/terraform/tutorial/track-history/).
70+
To prevent accidentally exposing your Cloudflare credentials, do not save this file in your version control system. Learn more about [tracking a Terraform configuration](/terraform/tutorial/track-history/).
7171
:::
7272

7373
## 3. Configure Cloudflare resources
@@ -106,7 +106,7 @@ resource "cloudflare_tunnel_config" "example_config" {
106106

107107
:::note
108108

109-
Public hostname configurations must include a catch-all ingress rule at the bottom of the file.
109+
Public hostname configurations must include a catch-all ingress rule at the bottom of the file.
110110
:::
111111

112112
### Create an Access application
@@ -152,5 +152,5 @@ Users can now access the private application by going to the public URL and auth
152152

153153
:::note
154154

155-
If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraforms state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only).
155+
If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraform's state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only).
156156
:::

0 commit comments

Comments
 (0)