spaceship/lib/spaceship/tunes/display_family.rb in fastlane-2.129.0.beta.20190811200106 vs spaceship/lib/spaceship/tunes/display_family.rb in fastlane-2.129.0.beta.20190813200016

- old
+ new

@@ -3,25 +3,25 @@ module Spaceship module Tunes # A definition of different styled displays used by devices # that App Store Connect supports storing screenshots. # Display styles often only vary based on screen resolution - # however other aspects of a displays physical apperance are + # however other aspects of a displays physical appearance are # also factored (i.e if the home indicator is provided via # a hardware button or a software interface). class DisplayFamily # The display family name from the App Store Connect API that # is used when uploading or listing screenshots. This value is # then assigned to the # Spaceship::Tunes::AppScreenshot#device_type attribute. attr_accessor :name - # The user friendly name of this defintion. + # The user friendly name of this definition. # # Source: Media Manager in App Store Connect. attr_accessor :friendly_name - # The user friendly category for this defintion (i.e iPhone, + # The user friendly category for this definition (i.e iPhone, # Apple TV or Desktop). attr_accessor :friendly_category_name # An array of supported screen resolutions (in pixels) that are # supported for the associated device.