From 8eed3f9667e958e3c835f4dd9f11e69b887576f0 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Aug 2018 16:19:23 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e52ff1e..86643b4dc 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ avoid returning duplicate rows, even if conditions on a join would otherwise result in some. It generates the same SQL as calling `uniq` on the relation. Please note that for many databases, a sort on an associated table's columns -may result in invalid SQL with `distinct: true` -- in those cases, you will +may result in invalid SQL with `distinct: true` -- in those cases, you will need to modify the result as needed to allow these queries to work. For example, you could call joins and includes on the result which has the