We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe75e8 commit eeec895Copy full SHA for eeec895
iOS/APIExample/APIExample/Examples/Advanced/SpatialAudio/SpatialAudio.swift
@@ -322,7 +322,7 @@ class SpatialAudioActionSheet: UIView {
322
}()
323
private lazy var attenuationLabel: UILabel = {
324
let label = UILabel()
325
- label.text = "Attenuatuin".localized
+ label.text = "Attenuation".localized
326
return label
327
328
private lazy var muteSwitch: UISwitch = {
0 commit comments