From 38c8376b453150428efa84e31058cc2abcc59305 Mon Sep 17 00:00:00 2001 From: Cesare Date: Wed, 16 Nov 2016 11:05:59 +0100 Subject: [PATCH] Fix a typo Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdfd852..e595b57 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ This will create a multi value index where the last name is ascending and the ag ## Collate i18n Indexes Using the external [collate package](https://github.com/tidwall/collate) it's possible to create -indexes that are sorted by the specified langauge. This is similar to the [SQL COLLATE keyword](https://msdn.microsoft.com/en-us/library/ms174596.aspx) found in traditional databases. +indexes that are sorted by the specified language. This is similar to the [SQL COLLATE keyword](https://msdn.microsoft.com/en-us/library/ms174596.aspx) found in traditional databases. To install: