Skip to content

Commit 7e03fab

Browse files
authored
fix Icechunk spelling (#999)
1 parent f75d9e7 commit 7e03fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Let's break down what "transactional storage engine for Zarr" actually means:
2626
Zarr defines the metadata for describing arrays (shape, dtype, etc.) and the way these arrays are chunked, compressed, and converted to raw bytes for storage. Zarr can store its data in any key-value store.
2727
There are many different implementations of Zarr in different languages. _Right now, Icechunk only supports
2828
[Zarr Python](https://zarr.readthedocs.io/en/stable/)._
29-
If you're interested in implementing Icehcunk support, please [open an issue](https://github.com/earth-mover/icechunk/issues) so we can help you.
29+
If you're interested in implementing Icechunk support, please [open an issue](https://github.com/earth-mover/icechunk/issues) so we can help you.
3030
- **Storage engine** - Icechunk exposes a key-value interface to Zarr and manages all of the actual I/O for getting, setting, and updating both metadata and chunk data in cloud object storage.
3131
Zarr libraries don't have to know exactly how icechunk works under the hood in order to use it.
3232
- **Transactional** - The key improvement that Icechunk brings on top of regular Zarr is to provide consistent serializable isolation between transactions.

0 commit comments

Comments
 (0)