Skip to content

Commit eeec895

Browse files
committed
fix attenuation typo
1 parent dfe75e8 commit eeec895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS/APIExample/APIExample/Examples/Advanced/SpatialAudio/SpatialAudio.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class SpatialAudioActionSheet: UIView {
322322
}()
323323
private lazy var attenuationLabel: UILabel = {
324324
let label = UILabel()
325-
label.text = "Attenuatuin".localized
325+
label.text = "Attenuation".localized
326326
return label
327327
}()
328328
private lazy var muteSwitch: UISwitch = {

0 commit comments

Comments
 (0)