docs: fix documentation typos (#22599)
Correct clear spelling mistakes in documentation without changing behavior. Confidence: high Scope-risk: narrow Tested: git diff --check; uvx codespell on changed files Not-tested: Full docs build not run; text-only changes
Zhao73 committed
Jun 2, 2026 at 12:53 UTC
9ff413c85be7bab06e152ddbcbe6e1397a72b653
2 files changed
+2
-2
docs/netdata-enterprise-evaluation-corrected.md
+1
-1
@@ -60,7 +60,7 @@ When connected to a Netdata Parent (the agent is in `child` mode), these require
60
| standalone | 3k - 10k | 4% - 20% of single core | 150 - 500 MiB | none | varies based on retention |
61
| child | 3k - 10k | 2% - 10% of single core | 100 - 300 MiB | \<1 Mbps | none |
62
63
-For more information and ways to further reduce Agent resource utilization, see [Agent Resource Utilization](hhttps://github.com/netdata/netdata/blob/master/docs/netdata-agent/sizing-netdata-agents/README.md).
63
+For more information and ways to further reduce Agent resource utilization, see [Agent Resource Utilization](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/sizing-netdata-agents/README.md).
64
65
### Parent Node Requirements (Centralization Points)
66
docs/welcome-to-netdata.md
+1
-1
@@ -248,7 +248,7 @@ For Netdata, scalability is inherent to the architecture, not an add-on. Designe
248
- **Consistent performance**: Query response times remain the same whether you have 10 or 10,000 nodes.
249
- **Resource predictability**: Resource usage scales linearly with infrastructure size.
250
- **High availability**: Streaming and replication provide high-availability to Netdata deployments.
251
-- **Clustering**: Netdata Parents can be clustered to replicate all their data localy, or cross region for disaster recovery.
251
+- **Clustering**: Netdata Parents can be clustered to replicate all their data locally, or cross region for disaster recovery.
252
- **Fail-over**: Netdata Cloud dynamically routes queries to Netdata Parents and Agents based on their availability.
253
254
### Open Ecosystem