From d84db25618957eded68ea12466fff86b3534099a Mon Sep 17 00:00:00 2001 From: Dan Poirier Date: Thu, 30 Nov 2017 15:13:04 -0500 Subject: [PATCH] Typo in docs --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 764d870..3557ef9 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -191,7 +191,7 @@ sorting After applying any sort columns specified by the user, Bread will add on any default orderings not already mentioned. That will result in the overall sort being stable, which is important if you want pagination to be sensible. - (Otherwise, every time we show a new page, we could be working off a rather + (Otherwise, every time we show a new page, we could be working off a different sorting of the results!) If nothing else, include a sort on the primary key. Configuring the browse view: