From e17d5502f7100ef796fe80788bf6f780f511a4c8 Mon Sep 17 00:00:00 2001 From: Matous Marik Date: Mon, 7 Oct 2024 13:58:52 +0200 Subject: [PATCH] typo hiddent --- sources/platform/storage/dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/storage/dataset.md b/sources/platform/storage/dataset.md index ef4fa942a..508ae849b 100644 --- a/sources/platform/storage/dataset.md +++ b/sources/platform/storage/dataset.md @@ -284,7 +284,7 @@ For more information, visit our [Python SDK documentation](/sdk/python/docs/conc Fields in a dataset that begin with a `#` are treated as hidden. You can exclude these fields when downloading data by using either `skipHidden=1` or `clean=1` in your query parameters. This feature is useful for excluding debug information from the final dataset output. -The following example demonstrates a dataset record with hiddent fields, including HTTP response and error details. +The following example demonstrates a dataset record with hidden fields, including HTTP response and error details. ```json {