Skip to content

Commit 1eb0b92

Browse files
committed
Fix misspelling
1 parent ad7c353 commit 1eb0b92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BKStackLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BKStackLayout"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "BKStackLayout is a tiny utility library wrapping UIStackView or NSStackView."
55
s.homepage = "https://github.com/ReactComponentKit/BKStackLayout"
66
s.license = "MIT"

BKStackLayout/StackLayout.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ extension StackLayout {
364364

365365
extension StackLayout {
366366
@discardableResult
367-
public func align(vertial: VerticalAlignment) -> StackLayout {
368-
self.verticalAlignment = vertial
367+
public func align(vertical: VerticalAlignment) -> StackLayout {
368+
self.verticalAlignment = vertical
369369
return self
370370
}
371371

0 commit comments

Comments
 (0)