Skip to content

Commit f9f6b6f

Browse files
BhSimonSimon Paterson
andauthored
Grammatical fix in scout.md (#10356)
Co-authored-by: Simon Paterson <simon.paterson@bookhouse.com.au>
1 parent 014ef3e commit f9f6b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Additional settings and schema definitions for your Typesense collections can be
168168
<a name="preparing-data-for-storage-in-typesense"></a>
169169
#### Preparing Data for Storage in Typesense
170170

171-
When utilizing Typesense, your searchable model's must define a `toSearchableArray` method that casts your model's primary key to a string and creation date to a UNIX timestamp:
171+
When utilizing Typesense, your searchable models must define a `toSearchableArray` method that casts your model's primary key to a string and creation date to a UNIX timestamp:
172172

173173
```php
174174
/**

0 commit comments

Comments
 (0)