@cryptotaxi247 / netdata-1 / commits / ecc05bbdb

Fix typos (#7375)

Dimitris Apostolou committed Jan 2, 2020 at 09:37 UTC ecc05bbdb68603e0c46d9d413a23cd7a5c669364
9 files changed +16 -16
docs/Running-behind-haproxy.md
+2 -2
@@ -26,7 +26,7 @@ A simple example where the base URL, say <http://example.com>, is used with no s
26
27 ### Frontend
28
29 -Create a frontend to recieve the request.
29 +Create a frontend to receive the request.
30
31 ```conf
32 frontend http_frontend
@@ -80,7 +80,7 @@ frontend http_frontend
80
81 ### Backend
82
83 -Same as simple example, expept remove `/netdata/` with regex.
83 +Same as simple example, except remove `/netdata/` with regex.
84
85 ```conf
86 backend netdata_backend
docs/configuration-guide.md
+1 -1
@@ -82,7 +82,7 @@ To modify how the alarm gets triggered, we suggest that you go through the guide
82
83 ##### Receive notifications using my preferred method
84
85 -You only need to configure `health_alarm_notify.conf`. To learn how to do it, read first [alarm notifications](../health/notifications/#netdata-alarm-notifications) and then open the submenu `Supported Notifications` under `Alarm notifications` in the documentation to find the specific page on your prefered notification method.
85 +You only need to configure `health_alarm_notify.conf`. To learn how to do it, read first [alarm notifications](../health/notifications/#netdata-alarm-notifications) and then open the submenu `Supported Notifications` under `Alarm notifications` in the documentation to find the specific page on your preferred notification method.
86
87 ### Make security-related customizations
88
docs/contributing/contributing-documentation.md
+4 -4
@@ -57,7 +57,7 @@ Make changes as you see fit.
57 You can use the `Preview changes` button to ensure your Markdown syntax is working properly.
58
59 Under the `Propose file change` header, write in a descriptive title for your requested change.
60 -Beneath that, add a concise descrition of what you've changed and why you think it's important. Then, click the `Propose file change` button.
60 +Beneath that, add a concise description of what you've changed and why you think it's important. Then, click the `Propose file change` button.
61
62 After you've hit that button,
63 jump down to our instructions on [pull requests and cleanup](#pull-requests-and-final-steps) for your next steps.
@@ -95,7 +95,7 @@ corresponds to. Many sub-folders contain a `README.md` file,
95 which is then used to populate the documentation about that feature/component of Netdata.
96
97 For example, the file at `packaging/installer/README.md` becomes `https://docs.netdata.cloud/packaging/installer/`
98 -and is our installation documentation. By co-locating it with quick-start installtion code,
98 +and is our installation documentation. By co-locating it with quick-start installation code,
99 we ensure documentation is always tightly knit with the functions it describes.
100
101 You might find other `.md` files within these directories. The `packaging/installer/` folder also contains `UPDATE.md`
@@ -112,7 +112,7 @@ a direct relationship to a specific component of Netdata. It's where we house ou
112 guide](../../docs/getting-started.md), guides on [running Netdata behind Nginx](../../docs/Running-behind-nginx.md), and
113 more.
114
115 -If the documentation you're working on doesn't have a direct relaionship to a component of Netdata,
115 +If the documentation you're working on doesn't have a direct relationship to a component of Netdata,
116 it can be placed in this `docs/` folder.
117
118 ### Make your edits
@@ -141,7 +141,7 @@ Follow the [Python installation instructions](https://www.python.org/downloads/)
141
142 Use `pip`, which was installed alongside Python, to install `mkdocs` and `mkdocs-material`.
143 Your operating system might force you to use `pip2` or `pip3` instead,
144 -dependin on which version of Python you have installed.
144 +depending on which version of Python you have installed.
145
146 ```bash
147 pip install mkdocs mkdocs-material
docs/generator/checklinks.sh
+1 -1
@@ -18,7 +18,7 @@ printhelp () {
18 -f Just check the passed md file
19 General Options:
20 -x Execute commands. By default the script runs in test mode with no files changed by the script (results and fixes are just shown). Use -x to have it apply the changes.
21 - -u trys to follow URLs using curl
21 + -u Tries to follow URLs using curl
22 -v Outputs debugging messages
23 By default, nothing is actually checked. The following options tell it what to check:
24 -a Check all link types
docs/getting-started.md
+2 -2
@@ -4,7 +4,7 @@ Thanks for trying Netdata! In this getting started guide, we'll quickly walk you
4 after getting Netdata installed.
5
6 Netdata can collect thousands of metrics in real-time without any configuration, but there are some valuable things to
7 -know to get the most of out Netdata based on your needs.
7 +know to get the most out of Netdata based on your needs.
8
9 We'll skip right into some technical details, so if you're brand-new to monitoring the health and performance of systems
10 and applications, our [**step-by-step tutorial**](step-by-step/step-00.md) might be a better fit.
@@ -147,7 +147,7 @@ Edit your `/etc/netdata/netdata.conf` file and set the following:
147 ```
148
149 If you want to keep health monitoring enabled, but turn email notifications off, edit your `health_alarm_notify.conf`
150 -file with `edit-config`, or with your the text editor of your choice:
150 +file with `edit-config`, or with the text editor of your choice:
151
152 ```bash
153 sudo /etc/netdata/edit-config health_alarm_notify.conf
docs/netdata-security.md
+3 -3
@@ -86,7 +86,7 @@ In Netdata v1.9+ there is also access list support, like this:
86 allow connections from = localhost 10.* 192.168.*
87 ```
88
89 -#### Fine-grainined access control
89 +#### Fine-grained access control
90
91 The access list support allows filtering of all incoming connections, by specific IP addresses, ranges
92 or validated DNS lookups. Only connections that match an entry on the list will be allowed:
@@ -97,7 +97,7 @@ or validated DNS lookups. Only connections that match an entry on the list will
97 ```
98
99 Connections from the IP addresses are allowed if the connection IP matches one of the patterns given.
100 -The alias localhost is alway checked against 127.0.0.1, any other symbolic names need to resolve in
100 +The alias localhost is always checked against 127.0.0.1, any other symbolic names need to resolve in
101 both directions using DNS. In the above example the IP address of `homeip.net` must reverse DNS resolve
102 to the incoming IP address and a DNS lookup on `homeip.net` must return the incoming IP address as
103 one of the resolved addresses.
@@ -191,7 +191,7 @@ Of course, there are many more methods you could use to protect Netdata:
191
192 The default configuration uses a public registry under registry.my-netdata.io (more information about the registry here: [mynetdata-menu-item](../registry/) ). Please be aware that if you use that public registry, you submit the following information to a third party server:
193
194 -- The url where you open the web-ui in the browser (via http request referer)
194 +- The url where you open the web-ui in the browser (via http request referrer)
195 - The hostnames of the Netdata servers
196
197 If sending this information to the central Netdata registry violates your security policies, you can configure Netdat to [run your own registry](../registry/#run-your-own-registry).
docs/privacy-policy.md
+1 -1
@@ -74,7 +74,7 @@ The statistics calculated from this information are used for:
74
75 2. **Usage statistics**, to help us focus on the parts of Netdata that are used the most, or help us identify the extend our development decisions influence the community.
76
77 -To opt-out from sending anonymous statistics, you can create reate a file called `.opt-out-from-anonymous-statistics` under the user configuration directory (usually `/etc/netdata`).
77 +To opt-out from sending anonymous statistics, you can create a file called `.opt-out-from-anonymous-statistics` under the user configuration directory (usually `/etc/netdata`).
78
79 Emails and Newsletters: When you sign up to receive updates from Netdata or otherwise subscribe to one of our mailing lists, you will be asked to provide some personal information. ND collects and uses this personal information pursuant to its legitimate interest in providing news and updates to, and collaborating with, its supporters and volunteers.
80
docs/what-is-netdata.md
+1 -1
@@ -103,7 +103,7 @@ The result is a highly efficient, low latency system, supporting multiple reader
103 ## Infographic
104
105 This is a high level overview of Netdata feature set and architecture.
106 -Click it to to interact with it (it has direct links to documentation).
106 +Click it to interact with it (it has direct links to documentation).
107
108 [![image](https://user-images.githubusercontent.com/43294513/60951037-8ba5d180-a2f8-11e9-906e-e27356f168bc.png)](https://my-netdata.io/infographic.html)
109
docs/why-netdata/meaningful-presentation.md
+1 -1
@@ -26,7 +26,7 @@ The monitoring industry believes there is this "IT Operations Hero", a person co
26
27 1. Has a deep understanding of IT architectures and is a skillful SysAdmin.
28 2. Is a superb Network Administrator (can even read and understand the Linux kernel networking stack).
29 -3. Is a exceptional database administrator.
29 +3. Is an exceptional database administrator.
30 4. Is fluent in software engineering, capable of understanding the internal workings of applications.
31 5. Masters Data Science, statistical algorithms and is fluent in writing advanced mathematical queries to reveal the meaning of metrics.
32