Skip to content

Commit

Permalink
Merge pull request #11555 from strgaltphil/master
Browse files Browse the repository at this point in the history
Fixed typo in charts.js-documentation
  • Loading branch information
cetincakiroglu authored Jun 6, 2022
2 parents 76c05f5 + 90f1209 commit f32cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/chart/chartdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h5 style="margin-top:0px">Charts.js</h5>

<app-code lang="typescript" ngNonBindable ngPreserveWhitespaces>
"scripts": [
"../node_modules/chart.js/dist/Chart.js",
"../node_modules/chart.js/dist/chart.js",
//..others
],
</app-code>
Expand Down

0 comments on commit f32cd59

Please sign in to comment.