Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uthayakabilan committed Mar 10, 2024
1 parent ffd7994 commit bcf6a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/field-selection.md
Expand Up @@ -40,7 +40,7 @@ The following table represents what each path would select in the above object:
| Path | Selected value |
| ----------------------------- | ------------------------------------- |
| `name` | `"John McExpress"` |
| `address.work.country` | `"express-validator land"` |
| `addresses.work.country` | `"express-validator land"` |
| `siblings` | `[{ "name": "Maria von Validator" }]` |
| `siblings[0]` | `{ "name": "Maria von Validator" }` |
| `siblings[0].name` | `"Maria von Validator"` |
Expand Down

0 comments on commit bcf6a7c

Please sign in to comment.