REFERENCE - Fix small unligned typo (#17274)
Paul Seidler committed
Mar 27, 2024 at 15:08 UTC
95e4aa053681479cb2b035fafacae5756f6aa907
1 file changed
+1
-1
src/health/REFERENCE.md
+1
-1
@@ -416,7 +416,7 @@ The full [database query API](https://github.com/netdata/netdata/blob/master/src
416
- `average` after time-aggregation of each dimension, return the average of all dimensions.
417
- `sum` after time-aggregation of each dimension, return the sum of all dimensions (this is the default).
418
- `min2max` after time-aggregation of each dimension, return the delta between the min and the max of the dimensions.
419
- - `unligned` prevents shifting the query window to multiples of the query duration.
419
+ - `unaligned` prevents shifting the query window to multiples of the query duration.
420
- `match-ids` matches the dimensions based on their IDs (the default is enabled, give `match-names` to disable).
421
- `match-names` matches the dimension based on their names (the default is enabled, give `match-ids` to disable).
422