Skip to content

Commit

Permalink
Merge pull request #138 from usd-cs/sprint5-spellingFix-maevemcclatchey
Browse files Browse the repository at this point in the history
Spelling fix
  • Loading branch information
maevemcclatchey authored May 16, 2018
2 parents a2b6922 + 8b4c482 commit 9087f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>Cheers.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>14</integer>
<integer>15</integer>
</dict>
</dict>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UIKit
class SortFilterOptionCell: UICollectionViewCell {
let titleLabel: UILabel = {
let label = UILabel()
label.text = "Sort Bt"
label.text = "Sort By"
label.textColor = UIColor.black
label.textAlignment = .center
label.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 9087f66

Please sign in to comment.