twitter / TwitterTextEditor

A standalone, flexible API that provides a full-featured rich text editor for iOS applications.
Apache License 2.0
2.97k stars 161 forks source link

Small README improvements and typo fixes #2

Closed kylebshr closed 3 years ago

kylebshr commented 3 years ago

It wouldn't be a new OS framework without README fixes for its first PR! 😄 I'd also like to say thank you for open sourcing this! UITextView is definitely tricky and I'm excited to try out some of the features here.

Problems

This PR seeks to improve the README phrasing and fixes some small phrasing typos. I hope this is helpful and not too nitpicky :)

I removed some uses of the word "simple," as it doesn't provide any value and "simple" is always relative; using this framework would not be simple to someone unfamiliar with the delegate pattern for example.

Solution

I've updated the README with minor improvements.

Testing

No testing is necessary beyond a PR review.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

niw commented 3 years ago

It wouldn't be a new OS framework without README fixes for its first PR!

😂 Well, thank you for the suggestions. I will merge this change soon.

niw commented 3 years ago

The change has been merged to the tip branch, closing the pull request.