Skip to content

Commit 97d77ee

Browse files
authored
Fix typos in object.missing
1 parent 95e5374 commit 97d77ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,13 +4041,13 @@ Additional local context properties:
40414041

40424042
#### `object.missing`
40434043

4044-
The OR or XOR condition between the properties you specified was not satisfied in that object, none of it were set.
4044+
The OR or XOR condition between the properties you specified was not satisfied in that object, none of them were set.
40454045

40464046
Additional local context properties:
40474047
```ts
40484048
{
4049-
peers: Array<string>, // List of properties were none of it was set
4050-
peersWithLabels: Array<string> // List of labels for the properties were none of it was set
4049+
peers: Array<string>, // List of properties where none of them were set
4050+
peersWithLabels: Array<string> // List of labels for the properties where none of them were set
40514051
}
40524052
```
40534053

0 commit comments

Comments
 (0)