From ebaf348dd3b76da085904ac80236fd64374c55b5 Mon Sep 17 00:00:00 2001 From: forest Date: Sun, 31 Jan 2021 00:25:06 -0600 Subject: [PATCH] fix grammer --- capsulflask/templates/about-ssh.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capsulflask/templates/about-ssh.html b/capsulflask/templates/about-ssh.html index b984d71..28caae3 100644 --- a/capsulflask/templates/about-ssh.html +++ b/capsulflask/templates/about-ssh.html @@ -103,8 +103,8 @@

In order to explain this, let's first look at how a different, more modern protocol, Transport Layer Security (or TLS) solved this problem. - TLS, (still sometimes called by its olde name "Secure Sockets Layer", or SSL) was created to enable HTTPS, and allow - internet users to log into web sites securely and purchase things online by entering their credit card number. + TLS, (still sometimes called by its olde name "Secure Sockets Layer", or SSL) was created to enable HTTPS, allow + internet users to log into web sites securely, and purchase things online by entering their credit card number. Of course, this required security that actually works; if someone could MITM attack the connection, they could easily steal tons of credit card numbers and passwords.