Browse Source

Add a missing comma to ssl_certificates

Add a missing comma to ssl_certificates.
corrigentia 6 years ago
parent
commit
8979159202
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