Browse Source

Merge pull request #2140 from corrigentia/patch-118

Add a missing comma to ssl_certificates
Rémi Verschelde 6 years ago
parent
commit
44ae4b72b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/networking/ssl_certificates.rst

+ 1 - 1
tutorials/networking/ssl_certificates.rst

@@ -51,7 +51,7 @@ represented.
 
 
 Unless you are working with large companies or corporations, or need
 Unless you are working with large companies or corporations, or need
 to connect to someone else's servers (i.e., connecting to Google or some
 to connect to someone else's servers (i.e., connecting to Google or some
-other REST API provider via HTTPS) this method is not as useful.
+other REST API provider via HTTPS), this method is not as useful.
 
 
 Also, when using a CA issued cert, **you must enable domain
 Also, when using a CA issued cert, **you must enable domain
 validation**, to ensure the domain you are connecting to is the one
 validation**, to ensure the domain you are connecting to is the one