From: Amin Cheloh Date: Fri, 7 Oct 2022 13:56:07 +0000 (+0700) Subject: docs: fix typos (#10763) X-Git-Tag: v4.0.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7410a3c30e5b06d91ccc6a621136c6b061ee9b5d;p=thirdparty%2FChart.js.git docs: fix typos (#10763) --- diff --git a/docs/configuration/interactions.md b/docs/configuration/interactions.md index 4bcf350a6..8b4a672fc 100644 --- a/docs/configuration/interactions.md +++ b/docs/configuration/interactions.md @@ -101,7 +101,7 @@ const chart = new Chart(ctx, { }); ``` -When using a bundler, the helper functions have to be imported seperatly, for a full explanation of this please head over to the [integration](../getting-started/integration.md#helper-functions) page +When using a bundler, the helper functions have to be imported separately, for a full explanation of this please head over to the [integration](../getting-started/integration.md#helper-functions) page ## Modes @@ -275,4 +275,4 @@ declare module 'chart.js' { myCustomMode: InteractionModeFunction; } } -``` \ No newline at end of file +``` diff --git a/docs/migration/v4-migration.md b/docs/migration/v4-migration.md index cce70bc4a..7c0eb647b 100644 --- a/docs/migration/v4-migration.md +++ b/docs/migration/v4-migration.md @@ -1,6 +1,6 @@ # 4.x Migration Guide -Chart.js 4.0 introduces a number of breaking changes. We tried keeping the amount of breaking changes to a minimum. For some features and bug fixes it was necessary to break backwars compatibility, but we aimed to do so only when worth the benefit. +Chart.js 4.0 introduces a number of breaking changes. We tried keeping the amount of breaking changes to a minimum. For some features and bug fixes it was necessary to break backwards compatibility, but we aimed to do so only when worth the benefit. ## End user migration