]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
docs: fix typos (#10763)
authorAmin Cheloh <amincheloh@gmail.com>
Fri, 7 Oct 2022 13:56:07 +0000 (20:56 +0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 13:56:07 +0000 (09:56 -0400)
docs/configuration/interactions.md
docs/migration/v4-migration.md

index 4bcf350a62e05d082cac3139fbfa26879e2fe0b1..8b4a672fc91b87a53f10e916557ff4b59f92c315 100644 (file)
@@ -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
+```
index cce70bc4af26ddad78f37f831a06170ffeec7b00..7c0eb647b4509d94786eaa47c3e321d11a4793f5 100644 (file)
@@ -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