Skip to content

Commit

Permalink
Update integration.md (#10470)
Browse files Browse the repository at this point in the history
Fixed grammatical error on line 93
  • Loading branch information
andrewl64 committed Jul 7, 2022
1 parent 7432b60 commit cf6e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/integration.md
Expand Up @@ -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';
Expand Down

0 comments on commit cf6e1d2

Please sign in to comment.