From cfd4b14b378994f82785c2fb67c3cd01d4d23eda Mon Sep 17 00:00:00 2001 From: Avery Howard <58539991+ahoward7@users.noreply.github.com> Date: Sat, 18 Oct 2025 10:43:25 -0400 Subject: [PATCH] Fix typo in quickstart documentation Corrected a typo in the explanation about using functions with the graph schema. --- dgraph/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgraph/quickstart.mdx b/dgraph/quickstart.mdx index f3c340b2..ac4be566 100644 --- a/dgraph/quickstart.mdx +++ b/dgraph/quickstart.mdx @@ -269,7 +269,7 @@ results of our query: The previous query used the `type()` function to find the starting point of our graph traversal. We can use more complex functions to filter by string -comparison operator, and others, however to use these function we must first +comparison operator, and others, however to use these functions we must first update the graph schema to create an index on the predicates we want to use in these functions.