diff --git a/TransportApp.markdown b/TransportApp.markdown index d91a691..e200b9b 100644 --- a/TransportApp.markdown +++ b/TransportApp.markdown @@ -11,14 +11,14 @@ TransportApp uses a single channel with a random identifer: ### Validation -* A message of type PROPERTIES is valid if it is well-formed as described above +* A message of type PROPERTIES is valid if it is well-formed. ### Storage policy -* For each transport, the local message with the highest version is stored, and any other versions are deleted -* For each transport and each remote device, the remote message with the highest version is stored, and any other versions are deleted +* For each transport, the local message with the highest version is stored, and any other versions are deleted. +* For each transport and each remote device, the remote message with the highest version is stored, and any other versions are deleted. ### Sharing policy -* Local messages are shared with all remote devices -* Remote messages are not shared with other remote devices +* Local messages are shared with all remote devices. +* Remote messages are not shared with other remote devices.