From 99d3d45c44ad454b6e454ebd0aeb58556bbac743 Mon Sep 17 00:00:00 2001 From: Fabio Poloni Date: Fri, 6 Oct 2017 13:36:39 +0200 Subject: [PATCH] fixed typo (#4819) --- docs/configuration/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index bb3b7a6aefb..9967bebd0a9 100644 --- a/docs/configuration/tooltip.md +++ b/docs/configuration/tooltip.md @@ -243,7 +243,7 @@ The tooltip model contains parameters that can be used to render the tooltip. // Body // The body lines that need to be rendered - // Each pbject contains 3 parameters + // Each object contains 3 parameters // before: String[] // lines of text before the line with the color square // lines: String[], // lines of text to render as the main item with color square // after: String[], // lines of text to render after the main lines