Skip to content

Commit 99a2159

Browse files
authored
Fix minor typo errors in docs (#467)
1 parent 6a352cf commit 99a2159

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guide/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integration
22

3-
**chartjs-plugin-zoom** can be integrated with plain JavaScript or with different module loaders. The examples below show to load the plugin in different systems.
3+
**chartjs-plugin-zoom** can be integrated with plain JavaScript or with different module loaders. The examples below show how to load the plugin in different systems.
44

55
## Script Tag
66

docs/guide/options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const chart = new Chart('id', {
4343
| Name | Arguments | Description
4444
| ---- | --------- | -----------
4545
| `onPan` | `{chart}` | Called while the chart is being panned
46-
| `onPanComplete` | `{chart}` | Called once panning is copleted
47-
| `onPanRejected` | `{chart,event}` | Callend when panning is rejected due to missing modifier key. `event` is the a [hammer event](https://hammerjs.github.io/api#event-object) that failed
46+
| `onPanComplete` | `{chart}` | Called once panning is completed
47+
| `onPanRejected` | `{chart,event}` | Called when panning is rejected due to missing modifier key. `event` is the a [hammer event](https://hammerjs.github.io/api#event-object) that failed
4848

4949
## Zoom
5050

@@ -67,5 +67,5 @@ const chart = new Chart('id', {
6767
| Name | Arguments | Description
6868
| ---- | --------- | -----------
6969
| `onZoom` | `{chart}` | Called while the chart is being zoomed
70-
| `onZoomComplete` | `{chart}` | Called once zooming is copleted
71-
| `onZoomRejected` | `{chart,event}` | Callend when zoom is rejected due to missing modifier key. `event` is the a [hammer event](https://hammerjs.github.io/api#event-object) that failed
70+
| `onZoomComplete` | `{chart}` | Called once zooming is completed
71+
| `onZoomRejected` | `{chart,event}` | Called when zoom is rejected due to missing modifier key. `event` is the a [hammer event](https://hammerjs.github.io/api#event-object) that failed

0 commit comments

Comments
 (0)