Skip to content

Commit d6f2ef8

Browse files
authored
Apply suggestion from @d-v-b
1 parent f3e8731 commit d6f2ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/geozarr-minispec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ If any member of a GeoZarr Dataset is an array, then it must comply with the [Da
134134
If the Dataset contains a DataArray `D`, then for each dimension name `N` in the list of `D`'s named dimensions,
135135
the Dataset must contain a one-dimensional DataArray named `N` with a shape that matches the the length
136136
of `D` along the axis named by `N`. In this case, `D` is called a "data variable", and the each
137-
DataArrays matching a dimension names of `D` is called a "coordinate variable".
137+
of `D` along the axis named by `N`. In this case, `D` is called a "data variable", and each
138+
DataArray matching a dimension names of `D` is called a "coordinate variable".
138139

139140
> [!Note]
140141
> These two definitions are not mutually exclusive, as a 1-dimensional DataArray named `D` with

0 commit comments

Comments
 (0)