Skip to content

Commit cc84bf3

Browse files
Update: fix typo in JetpackFullscreenOverlayViewController
1 parent 9dca141 commit cc84bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Jetpack/Branding/Fullscreen Overlay/JetpackFullscreenOverlayViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class JetpackFullscreenOverlayViewController: UIViewController {
117117
let ratio = animationSize.width / animationSize.height
118118
animationView.widthAnchor.constraint(equalTo: animationView.heightAnchor, multiplier: ratio).isActive = true
119119

120-
// Buttons bottom constraints
120+
// Buttons bottom constraint
121121
buttonsSuperViewBottomConstraint.constant = viewModel.continueButtonIsHidden ? Metrics.singleButtonBottomSpacing : Metrics.buttonsNormalBottomSpacing
122122
}
123123

0 commit comments

Comments
 (0)