summaryrefslogtreecommitdiffstats
path: root/docs/store/distributed-data-architecture.md
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-10-01 07:49:39 -0700
committerGitHub <noreply@github.com>2020-10-01 07:49:39 -0700
commit82ccdfd45eccf420ab11f4ffbdaf4eb3565c9f31 (patch)
treedca0121966c21927ecc25be3f8b92be810c416ca /docs/store/distributed-data-architecture.md
parentb9bc990af36ce8917fc037f681d0b1987b78eb81 (diff)
Clean up and better cross-link new docsv2 documents (#10015)
* Finish cleanup pass * Fixes for Amy
Diffstat (limited to 'docs/store/distributed-data-architecture.md')
-rw-r--r--docs/store/distributed-data-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/store/distributed-data-architecture.md b/docs/store/distributed-data-architecture.md
index 354b3ce8e0..d3bee8fab6 100644
--- a/docs/store/distributed-data-architecture.md
+++ b/docs/store/distributed-data-architecture.md
@@ -9,7 +9,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/store/distr
Netdata uses a distributed data architecture to help you collect and store per-second metrics from any number of nodes.
Every node in your infrastructure, whether it's one or a thousand, stores the metrics it collects.
-Netdata Cloud bridges the gap between many distributed databases by _centralizing the interface you use_ to query and
+Netdata Cloud bridges the gap between many distributed databases by _centralizing the interface_ you use to query and
visualize your nodes' metrics. When you [look at charts in Netdata
Cloud](/docs/visualize/interact-dashboards-charts.md), the metrics values are queried directly from that node's database
and securely streamed to Netdata Cloud, which proxies them to your browser.