From 99896b72eabb8cd1bf98255cb7d89ed99f6ee701 Mon Sep 17 00:00:00 2001 From: Artur Carvalho Date: Sat, 22 May 2021 00:57:53 +0200 Subject: [PATCH] Small typo (#3838) Looks like there is a small typo: `this this object`. Co-authored-by: Jamie V --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 39bdae95e6..c75c8f141b 100644 --- a/API.md +++ b/API.md @@ -423,7 +423,7 @@ attribute | type | flags | notes ###### Value Hints -Each telemetry value description has an object defining hints. Keys in this this object represent the hint itself, and the value represents the weight of that hint. A lower weight means the hint has a higher priority. For example, multiple values could be hinted for use as the y-axis of a plot (raw, engineering), but the highest priority would be the default choice. Likewise, a table will use hints to determine the default order of columns. +Each telemetry value description has an object defining hints. Keys in this object represent the hint itself, and the value represents the weight of that hint. A lower weight means the hint has a higher priority. For example, multiple values could be hinted for use as the y-axis of a plot (raw, engineering), but the highest priority would be the default choice. Likewise, a table will use hints to determine the default order of columns. Known hints: