Skip to content

Commit d75eaf6

Browse files
authored
Fix codespell typo check
1 parent 2d01e91 commit d75eaf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The following transformations are supported:
460460
| [`displacements`](#coordinates-displacements-md) | `"path":str` | Displacement field transformation located at `path`. |
461461
| [`coordinates`](#coordinates-displacements-md) | `"path":str` | Coordinate field transformation located at `path`. |
462462
| [`bijection`](#bijection-md) | `"forward":Transformation`<br>`"inverse":Transformation` | An invertible transformation providing an explicit forward transformation and its inverse. |
463-
| [`byDimension`](#bydimension-md) | `"transformations":List[Transformation]`.<br>Tranformations in the list must have<br>`"input_axes": List[str]`, <br> and `"output_axes": List[str]` | A high dimensional transformation using lower dimensional transformations on subsets of dimensions. |
463+
| [`byDimension`](#bydimension-md) | `"transformations":List[Transformation]`.<br>Transformations in the list must have<br>`"input_axes": List[str]`, <br> and `"output_axes": List[str]` | A high dimensional transformation using lower dimensional transformations on subsets of dimensions. |
464464

465465
Implementations SHOULD prefer to store transformations as a sequence of less expressive transformations where possible
466466
(e.g., sequence[translation, rotation], instead of affine transformation with translation/rotation).
@@ -1731,4 +1731,4 @@ See [Tools](https://ngff.openmicroscopy.org/tools/index.html).
17311731
17321732
examples/index
17331733
schemas/index
1734-
```
1734+
```

0 commit comments

Comments
 (0)