From 7410a3c30e5b06d91ccc6a621136c6b061ee9b5d Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Fri, 7 Oct 2022 20:56:07 +0700 Subject: [PATCH] docs: fix typos (#10763) --- docs/configuration/interactions.md | 4 ++-- docs/migration/v4-migration.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2