From: Andrew Lyndem Date: Thu, 7 Jul 2022 11:15:09 +0000 (+0530) Subject: Update integration.md (#10470) X-Git-Tag: v3.8.1~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf6e1d23547710bcf38960c353d22cd82c1d2694;p=thirdparty%2FChart.js.git Update integration.md (#10470) Fixed grammatical error on line 93 --- diff --git a/docs/getting-started/integration.md b/docs/getting-started/integration.md index d8f0707d1..79fb100e9 100644 --- a/docs/getting-started/integration.md +++ b/docs/getting-started/integration.md @@ -90,7 +90,7 @@ import { Chart, registerables } from 'chart.js'; Chart.register(...registerables); ``` -And finally there is an separate path to do just the above for you, in one line: +And finally there is a separate path to do just the above for you, in one line: ```javascript import Chart from 'chart.js/auto';