Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcherg committed Dec 7, 2018
1 parent 4eb55d5 commit 3c069a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -304,7 +304,7 @@ messages may contain the following information with the following meaning:
make UI affordance for indicating to the user that the display name has
changed.

- model-name: (optional) If the agent is a hardward device, the model name of
- model-name: (optional) If the agent is a hardware device, the model name of
the device. This is used mainly for debugging purposes, but may be
displayed to the user of the requesting agent.

Expand All @@ -313,7 +313,7 @@ messages may contain the following information with the following meaning:
Listening agents act as QUIC clients. Advertising agents act as QUIC servers.

If a listening agent wishes to receive messages from an advertising agent or an
advertising agent wishes to send message to a listening agent, it may wish to
advertising agent wishes to send messages to a listening agent, it may wish to
keep the QUIC connection alive. Once neither side needs to keep the connection
alive for the purposes of sending or receiving messages, the connection should
be closed with an error code of 5139. In order to keep a QUIC connection alive, an
Expand Down

0 comments on commit 3c069a1

Please sign in to comment.