mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
Proofing/review: Remove filler words, adhere to style guide
This commit is contained in:
@@ -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:
|
||||
|
||||
::
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user