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';