From cf6e1d23547710bcf38960c353d22cd82c1d2694 Mon Sep 17 00:00:00 2001 From: Andrew Lyndem Date: Thu, 7 Jul 2022 16:45:09 +0530 Subject: [PATCH] Update integration.md (#10470) Fixed grammatical error on line 93 --- docs/getting-started/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/integration.md b/docs/getting-started/integration.md index d8f0707d16b..79fb100e9e2 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';