From: Fabio Poloni Date: Fri, 6 Oct 2017 11:36:39 +0000 (+0200) Subject: fixed typo (#4819) X-Git-Tag: v2.7.1~1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a3c3b8214047770840d603bc047731b24df1c0;p=thirdparty%2FChart.js.git fixed typo (#4819) --- diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index bb3b7a6ae..9967bebd0 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