From 0407e99ab35e602fdc91ca03aa2eb0cfdf4c52d5 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:24:46 -0700 Subject: [PATCH] Clarify that API docs are generated by TypeDoc (#7274) Clarifying to answer the question asked in https://github.com/chartjs/Chart.js/issues/6598#issuecomment-613879766 --- docs/getting-started/v3-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index b030404be..8837b51ef 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -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 -- 2.47.2