We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6039ce commit 39b319aCopy full SHA for 39b319a
1 file changed
Sources/QuickLayout/QuickLayoutCore/AlignmentGuides.swift
@@ -77,7 +77,7 @@ struct AlignmentGuidesResolver {
77
alignmentGuides[alignment] = { (dimensions: ElementDimensions) -> CGFloat in
78
// We need to provide alignment relative to position -- alignment guides
79
// keep their originating element's reference frame. Child layout dimensions
80
- // are used so that alignment guides recieve the dimensions of the element
+ // are used so that alignment guides receive the dimensions of the element
81
// they're being applied to.
82
switch alignment.axis {
83
case .horizontal: value(childDimensions) + position.x
0 commit comments