aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel van Lohuizen <mpvl@golang.org>2016-02-11 12:52:50 +0100
committerMarcel van Lohuizen <mpvl@golang.org>2016-02-11 11:54:53 +0000
commita42004d20e2627fe25c9d479983c036e1698fbd1 (patch)
treee5beafb1bcf134ffb8d2a120866441ef03b46cd6
parent42ece10ea54a416684fd9f5e06d65c7dbaa5c125 (diff)
content/matchlang: fixed typos
Change-Id: Ifdc69c863f8569415b15fabd82c85680fd983ffe Reviewed-on: https://go-review.googlesource.com/19419 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
-rw-r--r--content/matchlang.article4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/matchlang.article b/content/matchlang.article
index ab8a7d0..b945337 100644
--- a/content/matchlang.article
+++ b/content/matchlang.article
@@ -10,9 +10,9 @@ Consider an application, such as a web site, with support for multiple languages
in its user interface.
When a user arrives with a list of preferred languages, the application must
decide which language it should use in its presentation to the user.
-This requires finding the best match between the languages the applications supports
+This requires finding the best match between the languages the applications supports
and those the user prefers.
-This post explains why this is a difficult decision and how how Go can help.
+This post explains why this is a difficult decision and how Go can help.
* Language Tags