From 4f87a4a5a4431cfe1f8fbede4b7a81166c262d70 Mon Sep 17 00:00:00 2001 From: Jimmy99 Date: Wed, 6 Apr 2016 14:30:53 +0200 Subject: [PATCH] Update 10.1.md typographical errors and improved readability --- en/10.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/10.1.md b/en/10.1.md index 7c333454..6306867e 100644 --- a/en/10.1.md +++ b/en/10.1.md @@ -18,7 +18,7 @@ We can set a user's locale via the domain name itself when the application uses - Identifying the locale via URL is distinctive and unambiguous - Users intuitively know which domain names to visit for their specific region or language -- Implementing this scheme in a Go application very simple and convenient, and can be achieved through a map +- Implementing this scheme in a Go application is very simple and convenient, and can be achieved through a map - Conducive to search engine crawlers which can improve the site's SEO We can use the following code to implement a corresponding domain name locale: