From 7102ce41b57d3b821696364274b1c87958f3fd11 Mon Sep 17 00:00:00 2001 From: huylenq Date: Fri, 17 Dec 2021 13:54:36 +0700 Subject: [PATCH] Fix a typo --- README-vi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-vi.md b/README-vi.md index e44e827b..73017e4d 100644 --- a/README-vi.md +++ b/README-vi.md @@ -847,7 +847,7 @@ Additional benefits include: Các lợi ích thêm: # FIXME: bad translation * **SSL termination** - Decrypt incoming requests and encrypt server responses so backend servers do not have to perform these potentially expensive operations -* **Triệt tiêu SSL** - Giải mã các requests đi đến và mã hoá responses từ máy chủ, để các máy chủ không phải thực hiện các thao tác chi chí (tính toán) cao này. +* **Triệt tiêu SSL** - Giải mã các requests đi đến và mã hoá responses từ máy chủ, để các máy chủ không phải thực hiện các thao tác chi phí (tính toán) cao này. * Removes the need to install [X.509 certificates](https://en.wikipedia.org/wiki/X.509) on each server * Bớt đi nhu cầu phải cài đặt [chứng thực X.509](https://en.wikipedia.org/wiki/X.509) trên mỗi máy chủ * **Session persistence** - Issue cookies and route a specific client's requests to same instance if the web apps do not keep track of sessions