@@ -88,7 +88,7 @@ open class MessageView: BaseView, Identifiable, AccessibleMessage {
88
88
89
89
/**
90
90
An optional prefix for the `accessibilityMessage` that can
91
- be used to futher clarify the message for VoiceOver. For example,
91
+ be used to further clarify the message for VoiceOver. For example,
92
92
the view's background color or icon might convey that a message is
93
93
a warning, in which case one may specify the value "warning".
94
94
*/
@@ -108,7 +108,7 @@ open class MessageView: BaseView, Identifiable, AccessibleMessage {
108
108
return backgroundView
109
109
}
110
110
111
- open var additonalAccessibilityElements : [ NSObject ] ? {
111
+ open var additionalAccessibilityElements : [ NSObject ] ? {
112
112
var elements : [ NSObject ] = [ ]
113
113
func getAccessibleSubviews( view: UIView ) {
114
114
for subview in view. subviews {
@@ -206,7 +206,7 @@ extension MessageView {
206
206
/*
207
207
MARK: - Layout adjustments
208
208
209
- This extention provides a few convenience functions for adjusting the layout.
209
+ This extension provides a few convenience functions for adjusting the layout.
210
210
*/
211
211
212
212
extension MessageView {
@@ -236,7 +236,7 @@ extension MessageView {
236
236
/*
237
237
MARK: - Theming
238
238
239
- This extention provides a few convenience functions for setting styles,
239
+ This extension provides a few convenience functions for setting styles,
240
240
colors and icons. You are encouraged to write your own such functions
241
241
if these don't exactly meet your needs.
242
242
*/
0 commit comments