Update integration.md (#10470)

Fixed grammatical error on line 93
This commit is contained in:
Andrew Lyndem 2022-07-07 16:45:09 +05:30 committed by GitHub
parent 7432b609c4
commit cf6e1d2354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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