From d4a12a0fc3819630e4a3f6ead80c33bed578a7e6 Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Tue, 14 Jan 2025 16:35:29 +0100 Subject: [PATCH] fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 52ee242..b21bb7e 100755 --- a/docs/index.md +++ b/docs/index.md @@ -51,7 +51,7 @@ A feature object represents a spatially bounded entity associated with propertie - `"id"`: (Optional) A unique identifier for this feature. - `"ref"`: (Optional) A reference to an external resource, e.g. URI to a zarr strcture, e.g. "s3://zarr-demo/store/my_array.zarr". - `"parentId"`: (Optional) A reference to the parent feature, e.g. the id of the feature that this feature is a part of. -- `"feeatureClass"`: (Optional) A string indicating the class of the feature, e.g. "cell", "nucleus", "mitochondria", etc. +- `"featureClass"`: (Optional) A string indicating the class of the feature, e.g. "cell", "nucleus", "mitochondria", etc. #### Special Feature Objects