Skip to content

Commit 39b319a

Browse files
generatedunixname1972450797044934meta-codesync[bot]
authored andcommitted
fbobjc/Libraries/MobileUI/QuickLayout/QuickLayoutCore/AlignmentGuides.swift
Differential Revision: D96746579 fbshipit-source-id: 58c2a4d5aeabc22163a00feb0660fbf131ec532e
1 parent b6039ce commit 39b319a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/QuickLayout/QuickLayoutCore/AlignmentGuides.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct AlignmentGuidesResolver {
7777
alignmentGuides[alignment] = { (dimensions: ElementDimensions) -> CGFloat in
7878
// We need to provide alignment relative to position -- alignment guides
7979
// keep their originating element's reference frame. Child layout dimensions
80-
// are used so that alignment guides recieve the dimensions of the element
80+
// are used so that alignment guides receive the dimensions of the element
8181
// they're being applied to.
8282
switch alignment.axis {
8383
case .horizontal: value(childDimensions) + position.x

0 commit comments

Comments
 (0)