Skip to content

Commit 332e73b

Browse files
committed
docs: minor fixes
1 parent 7ca4ee2 commit 332e73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Features/Operations/Remove points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ This function sorts an array of points by intensity and then calculates euclidea
3333
| Property | Required | Default value |
3434
| -------------------------------------------------------------------------------------------------------------- | -------- | ------------- |
3535
| [`distance`](https://image-js.github.io/image-js-typescript/interfaces/RemoveClosePointsOptions.html#distance) | yes | - |
36-
| [`kind`](https://image-js.github.io/image-js-typescript/interfaces/RemoveClosePointsOptions.html#distance) | yes | - |
36+
| [`kind`](https://image-js.github.io/image-js-typescript/interfaces/RemoveClosePointsOptions.html#kind) | yes | - |
3737
| [`channel`](https://image-js.github.io/image-js-typescript/interfaces/RemoveClosePointsOptions.html#channel) | no | `0` |

docs/Features/Operations/Threshold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 0
2+
sidebar_position: 10
33
---
44

55
import ThresholdDemo from './demos/threshold.demo.tsx'

0 commit comments

Comments
 (0)