From 25c46bea32470264fa0f1dfb31f5a046e6af12fb Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 11 Mar 2019 10:27:42 +0530 Subject: [PATCH] fix: missing word --- doc/security/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/security/ssl.md b/doc/security/ssl.md index da0e4bd9ca0..c5a86da7837 100644 --- a/doc/security/ssl.md +++ b/doc/security/ssl.md @@ -1,6 +1,6 @@ # Generate a self-signed certificate 🔒 -code-server has the ability to secure your connection between client and server using SSL/TSL certificates. By default, the server will start with an unencrypted connection. We recommend Self-signed TLS/SSL certificates for personal of code-server or within an organization. +code-server has the ability to secure your connection between client and server using SSL/TSL certificates. By default, the server will start with an unencrypted connection. We recommend Self-signed TLS/SSL certificates for personal use of code-server or within an organization. This guide will show you how to create a self-signed certificate and start code-server using your certificate/key.