Browse Source

Fix typo in Graph Explore API docs (#95907)

Abdon Pijpelink 2 years ago
parent
commit
2fcd0f6a11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/graph/explore.asciidoc

+ 1 - 1
docs/reference/graph/explore.asciidoc

@@ -66,7 +66,7 @@ Elasticsearch query. For example:
 
 
 vertices::
-Specifies or more fields that contain the terms you want to include in the
+Specifies one or more fields that contain the terms you want to include in the
 graph as vertices. For example:
 +
 [source,js]