Skip to content

Commit afdc378

Browse files
committed
fix: ios typo
1 parent 708190b commit afdc378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/label.ios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ObserverClass extends NSObject {
7474
const inset = owner.nativeViewProtected.textContainerInset;
7575
const top = layout.toDeviceIndependentPixels(owner.effectivePaddingTop + owner.effectiveBorderTopWidth);
7676

77-
switch (owner.verticalTextAlignmentgnment) {
77+
switch (owner.verticalTextAlignment) {
7878
case 'initial': // not supported
7979
case 'top':
8080
owner.nativeViewProtected.textContainerInset = {

0 commit comments

Comments
 (0)