From c5fdd5cb0bef008945cde2e915245ade190541c5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 28 May 2019 13:55:37 -0600 Subject: [PATCH] Change note style --- api/client-server/event_context.yaml | 2 +- api/client-server/message_pagination.yaml | 2 +- api/client-server/sync.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/event_context.yaml b/api/client-server/event_context.yaml index c0f391e52..327c8f43f 100644 --- a/api/client-server/event_context.yaml +++ b/api/client-server/event_context.yaml @@ -35,7 +35,7 @@ paths: after the specified event. This allows clients to get the context surrounding an event. - *Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_ + *Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_ for more information. operationId: getEventContext security: diff --git a/api/client-server/message_pagination.yaml b/api/client-server/message_pagination.yaml index 716afb659..8469eec4b 100644 --- a/api/client-server/message_pagination.yaml +++ b/api/client-server/message_pagination.yaml @@ -34,7 +34,7 @@ paths: This API returns a list of message and state events for a room. It uses pagination query parameters to paginate history in the room. - *Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_ + *Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_ for more information. operationId: getRoomEvents security: diff --git a/api/client-server/sync.yaml b/api/client-server/sync.yaml index a9f1f714e..4fe22d508 100644 --- a/api/client-server/sync.yaml +++ b/api/client-server/sync.yaml @@ -35,7 +35,7 @@ paths: of the state on the server, and then continue to call this API to get incremental deltas to the state, and to receive new messages. - *Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_ + *Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_ for more information. Lazy-loading members is only supported on a ``StateFilter`` for this endpoint. operationId: sync