@cryptotaxi247 / netdata-1 / commits / 694b96062

Fix typos (#7978)

Joel Hans committed Feb 5, 2020 at 08:19 UTC 694b960620f5ea164c9a8dd2a37cd680f9a48fac
1 file changed +4 -5
docs/step-by-step/step-06.md
+4 -5
@@ -9,7 +9,7 @@ However, auto-detection only works if you installed the source using its standar
9 procedure. If Netdata isn't collecting metrics after a restart, your source probably isn't configured
10 correctly.
11
12 -Check out the [available data collection modulues](../Add-more-charts-to-netdata.md#available-data-collection-modules)
12 +Check out the [available data collection modules](../Add-more-charts-to-netdata.md#available-data-collection-modules)
13 to find the module for the source you want to monitor.
14
15 ## What you'll learn in this step
@@ -40,7 +40,7 @@ You don't need to explicitly enable plugins to auto-detect properly configured s
40 enable or disable them.
41
42 One reason you might want to _disable_ plugins is to improve Netdata's performance on low-resource systems, like
43 -ephemeral nodes or edge devices. Disabling orchestrator plugins like `python.d` can save significant resources—if you're
43 +ephemeral nodes or edge devices. Disabling orchestrator plugins like `python.d` can save significant resources if you're
44 not using any of its data collector modules.
45
46 You can enable or disable plugins in the `[plugin]` section of `netdata.conf`. This section features a list of all the
@@ -65,7 +65,7 @@ When you explicitly disable a plugin this way, it won't auto-collect metrics usi
65
66 ## Example: Enable the Nginx module
67
68 -To help explain how the auto-dectection process works, let's use an Nginx web server as an example.
68 +To help explain how the auto-detection process works, let's use an Nginx web server as an example.
69
70 Even if you don't have Nginx installed on your system, we recommend you read through the following section so you can
71 apply the process to other data sources, such as Apache, Redis, Memcached, and more.
@@ -103,8 +103,7 @@ itself by editing its configuration file:
103 ./edit-config python.d/nginx.conf
104 ```
105
106 -After configuring any source, or changing the configration files for their respective modules, always
107 -restart Netdata.
106 +After configuring any source, or changing the configuration files for their respective modules, always restart Netdata.
107
108 ## What's next?
109