From ec9aa24c23fd1ba74472d910d25c9b98104fb0f8 Mon Sep 17 00:00:00 2001 From: Andrew Lyndem Date: Thu, 7 Jul 2022 12:47:04 +0530 Subject: [PATCH] Update integration.md 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';