]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Clarify that API docs are generated by TypeDoc (#7274)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 27 Apr 2020 20:24:46 +0000 (13:24 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 20:24:46 +0000 (16:24 -0400)
Clarifying to answer the question asked in https://github.com/chartjs/Chart.js/issues/6598#issuecomment-613879766

docs/getting-started/v3-migration.md

index b030404be57988d0f2e9e4c12cff4d05b196d7d8..8837b51efb4540f81241237bb036c2d79dc3a6bb 100644 (file)
@@ -6,7 +6,7 @@ Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released
 * Additional configurability and scriptable options with better defaults
 * Completely rewritten animation system
 * Rewritten filler plugin with numerous bug fixes
-* API Documentation generated and verified by TypeScript
+* API Documentation generated and verified by TypeDoc
 * No more CSS injection
 * Tons of bug fixes