]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update integration.md (#10470)
authorAndrew Lyndem <shillongtitude@gmail.com>
Thu, 7 Jul 2022 11:15:09 +0000 (16:45 +0530)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2022 11:15:09 +0000 (07:15 -0400)
Fixed grammatical error on line 93

docs/getting-started/integration.md

index d8f0707d16b6e5075a1293b03e135637d1af2c9d..79fb100e9e2af74e57270eb6ceab2cc593328473 100644 (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';