Skip to content

Commit 080603c

Browse files
fix typo in the input field docs
1 parent 4f1f441 commit 080603c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct InputFieldVM: ComponentVM {
1818

1919
/// The font used for the input field's text.
2020
///
21-
/// If not provided, the font is automatically calculated based on the checkbox's size.
21+
/// If not provided, the font is automatically calculated based on the input field's size.
2222
public var font: UniversalFont?
2323

2424
/// A Boolean value indicating whether autocorrection is enabled for the input field.

0 commit comments

Comments
 (0)