Skip to content

Commit 70de160

Browse files
Update content/develop/clients/php/vecsearch.md
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent bb86ac9 commit 70de160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/php/vecsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ is the result judged to be most similar in meaning to the query text
271271
## Differences with JSON documents
272272

273273
Indexing JSON documents is similar to hash indexing, but there are some
274-
important differences. JSON allows much richer data modelling with nested fields, so
274+
important differences. JSON allows much richer data modeling with nested fields, so
275275
you must supply a [path]({{< relref "/develop/data-types/json/path" >}}) in the schema
276276
to identify each field you want to index. However, you can declare a short alias for each
277277
of these paths to avoid typing it in full for

0 commit comments

Comments
 (0)