diff --git a/docs/docs/tutorial/getting-started/part-5/index.mdx b/docs/docs/tutorial/getting-started/part-5/index.mdx index 902d581421c6e..ab0f985cd84bc 100644 --- a/docs/docs/tutorial/getting-started/part-5/index.mdx +++ b/docs/docs/tutorial/getting-started/part-5/index.mdx @@ -326,7 +326,7 @@ query MyQuery { 4. You might notice that your posts aren't listed in order. Most blog sites list their posts in reverse-chronological order, so that the newest posts are listed first. You can sort the data nodes in your response by using the `sort` argument on the `allMdx` field. - In the Explorer pane, toggle the `sort` dropdown underneath the `allMdx` field. - - Under `sort`, check the `frontmatter` argument, and use the dropdown to select `DESC`. This will sort the nodes in descending order, so that the newest posts come first. + - Under `sort`, toggle the `frontmatter` argument, check the `date` argument under the `frontmatter` argument, and use the `date` dropdown to select `DESC`. This will sort the nodes in descending order, so that the newest posts come first. ```graphql query MyQuery {