From 84c945f1396976719608d6acb16ef2160b80578a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Wed, 30 Oct 2024 13:05:11 +0100 Subject: [PATCH] Fix typo (#93) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c4b8c9..11dee913 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Parameters * You may provide fewer values than the data dimension. In that case, the list will be expanded to necessary size with the last value, for example `64`, will expand to `64,64,64` for 3D data. * `Create Pyramid` - If checked, a multiscale pyramid will be created (if possible). See below for details. * `Downsampling method` - The downsampling method to be used if a multiscale pyramid can be created. See below for details. -* `Compression` - The compression method to be used for chucnks / blocks. +* `Compression` - The compression method to be used for chunks / blocks. * `metadata type` - style and type of metadata to store (see also [Metadata](#metadata)) * `Thread count` - number of threads used for parallel writing (see also [Cloud writing benchmarks](#cloud-writing-benchmarks)) * `Overwrite` - If checked, existing data may be deleted and overwritten without warning.