Skip to content

Commit cfd4b14

Browse files
authored
Fix typo in quickstart documentation
Corrected a typo in the explanation about using functions with the graph schema.
1 parent fe4ff1f commit cfd4b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ results of our query:
269269

270270
The previous query used the `type()` function to find the starting point of our
271271
graph traversal. We can use more complex functions to filter by string
272-
comparison operator, and others, however to use these function we must first
272+
comparison operator, and others, however to use these functions we must first
273273
update the graph schema to create an index on the predicates we want to use in
274274
these functions.
275275

0 commit comments

Comments
 (0)