Skip to content

Commit 8377b23

Browse files
committed
Corrected spelling in documentation
1 parent 4d49476 commit 8377b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import Foundation
9898
var end: HorizontalEdge { get }
9999
}
100100

101-
/// Horizontal alignment used with relative positionning methods: above(of relativeView:, aligned:), below(of relativeView:, aligned:), ...
101+
/// Horizontal alignment used with relative positioning methods: above(of relativeView:, aligned:), below(of relativeView:, aligned:), ...
102102
///
103103
/// - left: left aligned
104104
/// - center: center aligned
@@ -121,7 +121,7 @@ import Foundation
121121
case end
122122
}
123123

124-
/// Vertical alignment used with relative positionning methods: after(of relativeView:, aligned:), before(of relativeView:, aligned:), ...
124+
/// Vertical alignment used with relative positioning methods: after(of relativeView:, aligned:), before(of relativeView:, aligned:), ...
125125
///
126126
/// - top: top aligned
127127
/// - center: center aligned

0 commit comments

Comments
 (0)