summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarrychair <137268757+carrychair@users.noreply.github.com>2024-03-12 17:56:56 +0800
committerGitHub <noreply@github.com>2024-03-12 11:56:56 +0200
commit8f38f0192ed58898b60efd53cd0c30bc724c78fa (patch)
treea4b873d3fb2ef4dd9f14276f5f3aa0933e2f62f0
parent70b49589947a97aeb954b2cb41068a04b6f0f16b (diff)
remove repetitive words (#17131)
-rw-r--r--CHANGELOG.md2
-rw-r--r--docs/cloud/alerts-notifications/manage-notification-methods.md2
-rw-r--r--docs/cloud/manage/plans.md2
-rw-r--r--docs/cloud/visualize/interact-new-charts.md2
-rwxr-xr-xnetdata-installer.sh2
-rw-r--r--packaging/installer/methods/source.md2
-rw-r--r--src/web/api/badges/README.md2
7 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80df2d61ff..2065dc9a3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -286,7 +286,7 @@
- disable logsmanagement when installing on macOS [\#16708](https://github.com/netdata/netdata/pull/16708) ([ilyam8](https://github.com/ilyam8))
- dyncfg v2 [\#16702](https://github.com/netdata/netdata/pull/16702) ([ktsaou](https://github.com/ktsaou))
- delay collecting double linked network interfaces [\#16701](https://github.com/netdata/netdata/pull/16701) ([ilyam8](https://github.com/ilyam8))
-- fix quota calculation when the the db is empty [\#16699](https://github.com/netdata/netdata/pull/16699) ([ktsaou](https://github.com/ktsaou))
+- fix quota calculation when the db is empty [\#16699](https://github.com/netdata/netdata/pull/16699) ([ktsaou](https://github.com/ktsaou))
- disable logsmanagement when installing on macOS [\#16697](https://github.com/netdata/netdata/pull/16697) ([ilyam8](https://github.com/ilyam8))
- Remove Ubuntu 23.04 from the CI [\#16694](https://github.com/netdata/netdata/pull/16694) ([tkatsoulas](https://github.com/tkatsoulas))
- fix installing service file and start/stop ND using `launchctl` on macOS [\#16693](https://github.com/netdata/netdata/pull/16693) ([ilyam8](https://github.com/ilyam8))
diff --git a/docs/cloud/alerts-notifications/manage-notification-methods.md b/docs/cloud/alerts-notifications/manage-notification-methods.md
index f61b6bf6f7..87271bd6a8 100644
--- a/docs/cloud/alerts-notifications/manage-notification-methods.md
+++ b/docs/cloud/alerts-notifications/manage-notification-methods.md
@@ -66,7 +66,7 @@ Note: If an administrator has disabled a Personal [service level](https://github
- If you're an administrator, Manager or Troubleshooter you'll also see the Rooms from a space you don't have access to on **All Rooms** tab and you can activate notifications for them by joining the room
1. On this modal you will be able to:
1. **Enable/Disable** the notification method for you, this applies accross all spaces and rooms
- - Use the the toggle enable or disable the notification method
+ - Use the toggle enable or disable the notification method
1. **Define what notifications you want** to per space/room: All Alerts and unreachable, All Alerts, Critical only or No notifications
1. **Activate notifications** for a room you aren't a member of
- From the **All Rooms** tab click on the Join button for the room(s) you want
diff --git a/docs/cloud/manage/plans.md b/docs/cloud/manage/plans.md
index f84adaa8e7..9b21575fc2 100644
--- a/docs/cloud/manage/plans.md
+++ b/docs/cloud/manage/plans.md
@@ -62,7 +62,7 @@ To achieve this you can check the [Update plan](https://github.com/netdata/netda
> ⚠️ Downgrade or cancellation may affect users in your Space. Please check what roles are available on the [each plans](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/plans.md#areas-impacted-by-plans). Users with unavailable roles on the new plan will immediately have restricted access to the Space.
-> ⚠️ Any credit given to you will be available to use on future paid subscriptions with us. It will be available until the the **end of the following year**.
+> ⚠️ Any credit given to you will be available to use on future paid subscriptions with us. It will be available until the **end of the following year**.
### Areas impacted by plans
diff --git a/docs/cloud/visualize/interact-new-charts.md b/docs/cloud/visualize/interact-new-charts.md
index b6c6cab05f..57b4c253d1 100644
--- a/docs/cloud/visualize/interact-new-charts.md
+++ b/docs/cloud/visualize/interact-new-charts.md
@@ -283,7 +283,7 @@ The Anomaly Rate ribbon on top of each chart visualizes the combined anomaly rat
Hovering over the Anomaly Rate ribbon provides a histogram of the anomaly rates per presented dimension, for the specific point in time.
-Anomaly Rate visualization does not make Netdata slower. Anomaly rate is saved in the the Netdata database, together with metric values, and due to the smart design of Netdata, it does not even incur a disk footprint penalty.
+Anomaly Rate visualization does not make Netdata slower. Anomaly rate is saved in the Netdata database, together with metric values, and due to the smart design of Netdata, it does not even incur a disk footprint penalty.
## Hover over the chart
diff --git a/netdata-installer.sh b/netdata-installer.sh
index dd7b18bcbc..033c1aefee 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -216,7 +216,7 @@ USAGE: ${PROGRAM} [options]
--disable-plugin-nfacct Explicitly disable the nfacct plugin.
--enable-plugin-xenstat Enable the xenstat plugin. Default: enable it when libxenstat and libyajl are available.
--disable-plugin-xenstat Explicitly disable the xenstat plugin.
- --enable-plugin-systemd-journal Enable the the systemd journal plugin. Default: enable it when libsystemd is available.
+ --enable-plugin-systemd-journal Enable the systemd journal plugin. Default: enable it when libsystemd is available.
--disable-plugin-systemd-journal Explicitly disable the systemd journal plugin.
--enable-exporting-kinesis Enable AWS Kinesis exporting connector. Default: enable it when libaws_cpp_sdk_kinesis
and its dependencies are available.
diff --git a/packaging/installer/methods/source.md b/packaging/installer/methods/source.md
index 8f34218a22..b70e39850d 100644
--- a/packaging/installer/methods/source.md
+++ b/packaging/installer/methods/source.md
@@ -46,7 +46,7 @@ Additionally, the following build time features require additional dependencies:
## Preparing the source tree
Certain features in Netdata require custom versions of specific libraries,
-which the the build system will link statically into Netdata. These
+which the build system will link statically into Netdata. These
libraries and their header files must be copied into specific locations
in the source tree to be used.
diff --git a/src/web/api/badges/README.md b/src/web/api/badges/README.md
index 09e14556d3..458aab791b 100644
--- a/src/web/api/badges/README.md
+++ b/src/web/api/badges/README.md
@@ -268,7 +268,7 @@ These are options dedicated to badges:
- `fixed_width_lbl=NUMBER` and `fixed_width_val=NUMBER`
- This parameter overrides auto-sizing of badges and displays them at fixed widths. `fixed_width_lbl` determines the size of the label's left side (label/name). `fixed_width_val` determines the size of the the label's right side (value). You must set both parameters together, or they will be ignored.
+ This parameter overrides auto-sizing of badges and displays them at fixed widths. `fixed_width_lbl` determines the size of the label's left side (label/name). `fixed_width_val` determines the size of the label's right side (value). You must set both parameters together, or they will be ignored.
You should set the label/value widths wide enough to provide space for all the possible values/contents of the badge you're requesting. In case the text cannot fit the space given it will be clipped.