Skip to content

Commit

Permalink
Merge pull request #222 from jvitasek/patch-1
Browse files Browse the repository at this point in the history
Fixed a possible typo in docs
  • Loading branch information
Jeroen-G authored Nov 6, 2023
2 parents afaee27 + 8d67f20 commit bd1066a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Elasticsearch calls this a nested mapping, and Explorer supports this as follows
'published' => 'boolean',
'created_at' => 'date',
'author' => [
'name' => 'Jeroen',
'name' => 'text',
],
]
```
Expand Down

0 comments on commit bd1066a

Please sign in to comment.