Fix typo. sort-down -> sort-desc and sort-up -> sort-asc, not the other way around.

Jon Kessler 2014-06-09 17:38:51 -07:00
parent ccd224667c
commit 14b1549766

@ -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`,