Skip to content

Commit

Permalink
Fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg committed Feb 11, 2016
1 parent 8142ccf commit 55ef9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ BONChain *blueBirds = birdChain.textColor([UIColor blueColor]);
// two different attributed strings with all attributes shared
// except for text color
NSAttributedString *redBirdString = redBirds.attributedString;
NSAttributedString *blueBirdSring = blueBirds.attributedString;
NSAttributedString *blueBirdString = blueBirds.attributedString;
```
## Concatenation
Expand Down

0 comments on commit 55ef9f8

Please sign in to comment.