From fa7db80ce7a9a8dd9dcd1250c9cefff82f739fd2 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:55:21 -0700 Subject: [PATCH] Update unset-fields.mdx --- docs/80-modifying-results/unset-fields.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/80-modifying-results/unset-fields.mdx b/docs/80-modifying-results/unset-fields.mdx index 8b29d44..462a507 100644 --- a/docs/80-modifying-results/unset-fields.mdx +++ b/docs/80-modifying-results/unset-fields.mdx @@ -5,11 +5,11 @@ sidebar_position: 20 import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# 👐 Unset Fields from Results +# 👐 Unset Fields From Results ## $unset -We can remove fields from the results, either using $project or more fine-grained, using $unset. If we don't want the attributes we can do: +We can remove fields from the results, either using $project or more fine-grained, using $unset. If we don't want the attributes, we can do: