richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.49k stars 334 forks source link

[Improvement] Fix typos for documentation #279

Closed inahuelzapata closed 3 years ago

inahuelzapata commented 3 years ago

Hi Richard, hope you find this useful for the community 😄 .


As we have some typos on the documentation, in order to facilitate copy+paste, I decided to fix some typos on the public classes / functions.

In addition to that, I also apply 2 break lines before a h2 for markdown and code formate for a type.


Let me know if there's anything I can help to add for documentation, I'll be happy to help.

richardtop commented 3 years ago

Hi Nahuel, thanks for your update! If you're interested in contributing further on the documentation side, feel free to add a code-level docs, e.g. starting with the DayViewController and DayViewDelegate & EventDataSource. Those are the main interaction points for the developer, so having a code-level documentation would be of a great benefit.