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: