Proofing/review: Remove filler words, adhere to style guide

This commit is contained in:
mhilbrunner
2018-05-06 05:25:43 +02:00
parent c9be19229a
commit ec725ff8a0
88 changed files with 338 additions and 375 deletions
@@ -305,7 +305,7 @@ Synchronizing game start
^^^^^^^^^^^^^^^^^^^^^^^^
Setting up players might take different amount of time on every peer due to lag, different hardware, or other reasons.
To make sure the game will actually start when everyone is ready, pausing the game until all players are ready can be very useful:
To make sure the game will actually start when everyone is ready, pausing the game until all players are ready can be useful:
::
+2 -2
View File
@@ -31,7 +31,7 @@ There are two ways to obtain certificates:
Approach 1: self signed cert
----------------------------
The first approach is the simplest, just generate a private and public
The first approach is the simplest: generate a private and public
key pair, and put the public pair in the .crt file (again, in PEM
format). The private key should go to your server.
@@ -68,5 +68,5 @@ located in:
This file allows HTTPS connections to virtually any website (i.e.,
Google, Microsoft, etc.).
Or just pick any of the more specific certificates there if you are
Or pick any of the more specific certificates there if you are
connecting to a specific one.