From 14b154976656f1eab8750d14ddb58bfbad508a13 Mon Sep 17 00:00:00 2001 From: Jon Kessler Date: Mon, 9 Jun 2014 17:38:51 -0700 Subject: [PATCH] Fix typo. sort-down -> sort-desc and sort-up -> sort-asc, not the other way around. --- Upgrading-from-3.2.1-to-4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Upgrading-from-3.2.1-to-4.md b/Upgrading-from-3.2.1-to-4.md index 2e5fb1f..5f47b6e 100644 --- a/Upgrading-from-3.2.1-to-4.md +++ b/Upgrading-from-3.2.1-to-4.md @@ -138,8 +138,8 @@ Of course, you need to update the Font Awesome assets, but this is not part of t * `sort-by-attributes` -> `sort-amount-asc`, * `sort-by-order-alt` -> `sort-numeric-desc`, * `sort-by-order` -> `sort-numeric-asc`, -* `sort-down` -> `sort-asc`, -* `sort-up` -> `sort-desc`, +* `sort-down` -> `sort-desc`, +* `sort-up` -> `sort-asc`, * `stackexchange` -> `stack-overflow`, * `star-empty` -> `star-o`, * `star-half-empty` -> `star-half-o`,