twostraws / Unwrap

Learn Swift interactively on your iPhone.
https://www.hackingwithswift.com
Other
2.3k stars 312 forks source link

Typo, missing "it", between "providing" and "with" #210

Closed duianto closed 2 years ago

duianto commented 3 years ago

Typo, missing "it", between "providing" and "with".

https://github.com/twostraws/Unwrap/blob/3a5ee7f0ec6315791f3f9175438c385a623ba2b4/Unwrap/Content/SixtySeconds/initializers.json#L45

Before: "reason": "The <code>isOlympicSport<\/code> property is a Boolean, but this attempts to create a <code>Sport<\/code> instance by providing with a string." After: "reason": "The <code>isOlympicSport<\/code> property is a Boolean, but this attempts to create a <code>Sport<\/code> instance by providing it with a string."

twostraws commented 2 years ago

This is corrected now – thank you!