summaryrefslogtreecommitdiffstats
path: root/src/health
diff options
context:
space:
mode:
authorPaul Seidler <paul@bocoloco.fr>2024-03-27 15:08:40 +0100
committerGitHub <noreply@github.com>2024-03-27 16:08:40 +0200
commit95e4aa053681479cb2b035fafacae5756f6aa907 (patch)
tree5164d065463965fd4d280d9fb5c99843bbde9b8e /src/health
parente1425343ec6db0b5d7ed1665be547171cf5b1e4a (diff)
REFERENCE - Fix small unligned typo (#17274)
Diffstat (limited to 'src/health')
-rw-r--r--src/health/REFERENCE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/health/REFERENCE.md b/src/health/REFERENCE.md
index 85f1d22817..8527b158d3 100644
--- a/src/health/REFERENCE.md
+++ b/src/health/REFERENCE.md
@@ -416,7 +416,7 @@ The full [database query API](https://github.com/netdata/netdata/blob/master/src
- `average` after time-aggregation of each dimension, return the average of all dimensions.
- `sum` after time-aggregation of each dimension, return the sum of all dimensions (this is the default).
- `min2max` after time-aggregation of each dimension, return the delta between the min and the max of the dimensions.
- - `unligned` prevents shifting the query window to multiples of the query duration.
+ - `unaligned` prevents shifting the query window to multiples of the query duration.
- `match-ids` matches the dimensions based on their IDs (the default is enabled, give `match-names` to disable).
- `match-names` matches the dimension based on their names (the default is enabled, give `match-ids` to disable).