Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominaezzz committed Aug 3, 2019
1 parent 136eea8 commit 6eadf22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/client-server/definitions/sync_filter.yaml
Expand Up @@ -16,7 +16,7 @@ title: Filter
properties:
event_fields:
description: List of event fields to include. If this list is absent then all
fields are included. The entries may include '.' charaters to indicate sub-fields.
fields are included. The entries may include '.' characters to indicate sub-fields.
So ['content.body'] will include the 'body' field of the 'content' object. A
literal '.' character in a field name may be escaped using a '\\'. A server may
include more fields than were requested.
Expand All @@ -25,7 +25,7 @@ properties:
type: array
event_format:
description: The format to use for events. 'client' will return the events in
a format suitable for clients. 'federation' will return the raw event as receieved
a format suitable for clients. 'federation' will return the raw event as received
over federation. The default is 'client'.
enum:
- client
Expand Down

0 comments on commit 6eadf22

Please sign in to comment.