codeandtheory / YMatterType

An opinionated take on Design System Typography for iOS and tvOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix typo in `Typography` initializers

mpospese opened this issue · comments

Fix the typo in the documentation comments for both of the Typography initializers.

Currently they read:

    ///   - chaacterSpacing: letter spacing to use (defaults to `0`)

Please correct to:

    ///   - letterSpacing: letter spacing to use (defaults to `0`)

Hi there, I would like to take this on as it's my first time contributing. Thank you!