willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
860 stars 108 forks source link

struct 'MarkerAttachemnt' is misspelled #81

Closed tciuro closed 3 years ago

tciuro commented 3 years ago

The following struct is misspelled:

public enum MarkerAttachemnt {
    ...
}

Should be:

public enum MarkerAttachment {
    ...
}