[Docs] Fix some typos (#27491)
Some checks are pending
Publish / Production (push) Waiting to run

This commit is contained in:
Pedro Sousa 2026-01-08 10:18:24 +00:00 committed by GitHub
parent c060eaa47c
commit 2824ddb7cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ This release includes a new resource, `cloudflare_snippet`, which replaces `clou
### Changes
- Resources stabilized:
- `cloudfare_zone_setting`
- `cloudflare_zone_setting`
- `cloudflare_worker_script`
- `cloudflare_worker_route`
- `tiered_cache`

View file

@ -17,7 +17,7 @@ Specifically, for each JA4 fingerprint, you will be able to access the following
- The number of Cloudflare sites that see traffic from this fingerprint.
- The frequency that fingerprint requests caches content and generates errors.
This data gives you access to insights only available via the Cloudflare network and generated by our unique edge network that sits behind 20% of all internet traffic. Additionally, you can feed this data into your own [Workers AI](/workers-ai/)-powered custom machine learning models via the Signals Intelligence fields below.
This data gives you access to insights only available via the Cloudflare network and generated by our unique edge network that sits behind 20% of all Internet traffic. Additionally, you can feed this data into your own [Workers AI](/workers-ai/)-powered custom machine learning models via the Signals Intelligence fields below.
## Signals Intelligence fields

View file

@ -7,7 +7,7 @@ sidebar:
import { Details, GlossaryTooltip } from "~/components";
You must keep your <GlossaryTooltip term="Internet Routing Registry (IRR)" link="/byoip/concepts/irr-entries/">Internet Routing Registry (IRR)</GlossaryTooltip> entries up to date so that it is public information that Cloudflare has permission to advertise your prefix or prefixes, and to ensure that your traffic can be properly routed on the internet.
You must keep your <GlossaryTooltip term="Internet Routing Registry (IRR)" link="/byoip/concepts/irr-entries/">Internet Routing Registry (IRR)</GlossaryTooltip> entries up to date so that it is public information that Cloudflare has permission to advertise your prefix or prefixes, and to ensure that your traffic can be properly routed on the Internet.
## Configure an IRR entry

View file

@ -90,7 +90,7 @@ For demonstration purposes, we will create a TightVNC server on an Ubuntu virtua
vncserver -localhost :1
```
The `-localhost` flag ensures the VNC server only listens for connections from the VM itself, not from the public internet. Your VNC server is now running on port `5901`, but it is only accessible from `localhost` (`127.0.0.1`) inside the VM.
The `-localhost` flag ensures the VNC server only listens for connections from the VM itself, not from the public Internet. Your VNC server is now running on port `5901`, but it is only accessible from `localhost` (`127.0.0.1`) inside the VM.
6. (Recommended) Test the VNC server with an existing VNC client to verify any missing packages or configuration changes. For example, to test a VNC server hosted on GCP:

View file

@ -9,5 +9,5 @@ sidebar:
To use the recommended AI security solutions in this learning path, you will need to complete some additional setup for your Zero Trust deployment, such as turning on [Shadow IT Discovery](/cloudflare-one/insights/analytics/shadow-it-discovery/#turn-on-shadow-it-discovery).
:::note
If you are new to securing your Internet traffic, refer to [Secure your internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/concepts/) to get started and then return to this learning path to continue securing your organizations.
If you are new to securing your Internet traffic, refer to [Secure your Internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/concepts/) to get started and then return to this learning path to continue securing your organizations.
:::

View file

@ -7,7 +7,7 @@ head:
- tag: title
content: Track your history
description: >-
Learn how to track history with Cloudfalre Terraform.
Learn how to track history with Cloudflare Terraform.
---
import { Render } from "~/components";