Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Apr 12, 2016
1 parent 956e15c commit bccf1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ shareAppearance { (barButtonItem: UIBarButtonItem) in
When you register/share your styles in the `Stylesheet` all the actual work is
done by `Stylist` under the hood, so if you want more freedom it's possible
to use `Stylist` class directly. You can create a new instance `Stylist()` or
use the global var `Stylist.master` which is used in stylesheets.
use the global variable `Stylist.master` which is used in stylesheets.

```swift
let stylist = Stylist()
Expand Down

0 comments on commit bccf1b8

Please sign in to comment.