summaryrefslogtreecommitdiffstats
path: root/docs/collect/how-collectors-work.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/collect/how-collectors-work.md')
-rw-r--r--docs/collect/how-collectors-work.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/collect/how-collectors-work.md b/docs/collect/how-collectors-work.md
index 6818e79427..5ae444a6f2 100644
--- a/docs/collect/how-collectors-work.md
+++ b/docs/collect/how-collectors-work.md
@@ -55,7 +55,7 @@ terms related to collecting metrics.
- **Modules** are a type of collector.
- **Orchestrators** are external plugins that run and manage one or more modules. They run as independent processes.
- The Go orchestator is in active development.
+ The Go orchestrator is in active development.
- [go.d.plugin](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/): An orchestrator for data
collection modules written in `go`.
- [python.d.plugin](/collectors/python.d.plugin/README.md): An orchestrator for data collection modules written in