remove repetitive words (#17131)
carrychair committed
Mar 12, 2024 at 17:56 UTC
8f38f0192ed58898b60efd53cd0c30bc724c78fa
7 files changed
+7
-7
CHANGELOG.md
+1
-1
@@ -286,7 +286,7 @@
286
- disable logsmanagement when installing on macOS [\#16708](https://github.com/netdata/netdata/pull/16708) ([ilyam8](https://github.com/ilyam8))
287
- dyncfg v2 [\#16702](https://github.com/netdata/netdata/pull/16702) ([ktsaou](https://github.com/ktsaou))
288
- delay collecting double linked network interfaces [\#16701](https://github.com/netdata/netdata/pull/16701) ([ilyam8](https://github.com/ilyam8))
289
-- fix quota calculation when the the db is empty [\#16699](https://github.com/netdata/netdata/pull/16699) ([ktsaou](https://github.com/ktsaou))
289
+- fix quota calculation when the db is empty [\#16699](https://github.com/netdata/netdata/pull/16699) ([ktsaou](https://github.com/ktsaou))
290
- disable logsmanagement when installing on macOS [\#16697](https://github.com/netdata/netdata/pull/16697) ([ilyam8](https://github.com/ilyam8))
291
- Remove Ubuntu 23.04 from the CI [\#16694](https://github.com/netdata/netdata/pull/16694) ([tkatsoulas](https://github.com/tkatsoulas))
292
- 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))
docs/cloud/alerts-notifications/manage-notification-methods.md
+1
-1
@@ -66,7 +66,7 @@ Note: If an administrator has disabled a Personal [service level](https://github
66
- 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
67
1. On this modal you will be able to:
68
1. **Enable/Disable** the notification method for you, this applies accross all spaces and rooms
69
- - Use the the toggle enable or disable the notification method
69
+ - Use the toggle enable or disable the notification method
70
1. **Define what notifications you want** to per space/room: All Alerts and unreachable, All Alerts, Critical only or No notifications
71
1. **Activate notifications** for a room you aren't a member of
72
- From the **All Rooms** tab click on the Join button for the room(s) you want
docs/cloud/manage/plans.md
+1
-1
@@ -62,7 +62,7 @@ To achieve this you can check the [Update plan](https://github.com/netdata/netda
62
63
> ⚠️ 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.
64
65
-> ⚠️ 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**.
65
+> ⚠️ 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**.
66
67
### Areas impacted by plans
68
docs/cloud/visualize/interact-new-charts.md
+1
-1
@@ -283,7 +283,7 @@ The Anomaly Rate ribbon on top of each chart visualizes the combined anomaly rat
283
284
Hovering over the Anomaly Rate ribbon provides a histogram of the anomaly rates per presented dimension, for the specific point in time.
285
286
-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.
286
+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.
287
288
## Hover over the chart
289
netdata-installer.sh
+1
-1
@@ -216,7 +216,7 @@ USAGE: ${PROGRAM} [options]
216
--disable-plugin-nfacct Explicitly disable the nfacct plugin.
217
--enable-plugin-xenstat Enable the xenstat plugin. Default: enable it when libxenstat and libyajl are available.
218
--disable-plugin-xenstat Explicitly disable the xenstat plugin.
219
- --enable-plugin-systemd-journal Enable the the systemd journal plugin. Default: enable it when libsystemd is available.
219
+ --enable-plugin-systemd-journal Enable the systemd journal plugin. Default: enable it when libsystemd is available.
220
--disable-plugin-systemd-journal Explicitly disable the systemd journal plugin.
221
--enable-exporting-kinesis Enable AWS Kinesis exporting connector. Default: enable it when libaws_cpp_sdk_kinesis
222
and its dependencies are available.
packaging/installer/methods/source.md
+1
-1
@@ -46,7 +46,7 @@ Additionally, the following build time features require additional dependencies:
46
## Preparing the source tree
47
48
Certain features in Netdata require custom versions of specific libraries,
49
-which the the build system will link statically into Netdata. These
49
+which the build system will link statically into Netdata. These
50
libraries and their header files must be copied into specific locations
51
in the source tree to be used.
52
src/web/api/badges/README.md
+1
-1
@@ -268,7 +268,7 @@ These are options dedicated to badges:
268
269
- `fixed_width_lbl=NUMBER` and `fixed_width_val=NUMBER`
270
271
- 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.
271
+ 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.
272
273
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.
274