Skip to content

Commit 28264ef

Browse files
author
Ignacio Romero Zurbuchen
committed
Merge pull request slackhq#227 from pwightman/patch-1
Fix typo in SLKTextView.m [skip ci]
2 parents 6a95b04 + 35f029d commit 28264ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Classes/SLKTextView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ @interface SLKTextView ()
3636
// The keyboard commands available for external keyboards
3737
@property (nonatomic, strong) NSArray *keyboardCommands;
3838

39-
// Used for moving the care up/down
39+
// Used for moving the caret up/down
4040
@property (nonatomic) UITextLayoutDirection verticalMoveDirection;
4141
@property (nonatomic) CGRect verticalMoveStartCaretRect;
4242
@property (nonatomic) CGRect verticalMoveLastCaretRect;

0 commit comments

Comments
 (0)