From da343eefc909a39cec9789fce6d55577802d41b4 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 20 Dec 2023 12:05:55 +0100 Subject: [PATCH] fix linter --- docs/usermanual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usermanual.md b/docs/usermanual.md index 51ea32a3..0cb8de8a 100644 --- a/docs/usermanual.md +++ b/docs/usermanual.md @@ -153,8 +153,7 @@ uses native JavaScript [`JSON.parse()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) function to cast data coming from measures (as text) to JSON native types. This functionality does not change the attribute type, using the type specified in the config group or device provision, even if it is not consistent with the measures that -are coming. -As an example, for a given measure: +are coming. As an example, for a given measure: ``` a|1|b|1.01|c|true|d|null|e|[1,2,3]|f|['a','b','c']|g|{a:1,b:2,c:3}|h|I'm a string