From 5508b60663938d1d35c22839a8ee16a649a94827 Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:13:44 -0600 Subject: [PATCH] typo --- docs/src/registering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/registering.md b/docs/src/registering.md index 2ccfe48..54b5e85 100644 --- a/docs/src/registering.md +++ b/docs/src/registering.md @@ -30,7 +30,7 @@ You should generally choose something that makes it easy to guess what format it Examples of some existing `fmt`s are: - `format"PNG"`: the format for [png image files](https://en.wikipedia.org/wiki/Portable_Network_Graphics) -- `format"HDF5"`: the format for [hierachical data files v5](https://en.wikipedia.org/wiki/Hierarchical_Data_Format) +- `format"HDF5"`: the format for [hierarchical data files v5](https://en.wikipedia.org/wiki/Hierarchical_Data_Format) ## Argument `magic`