Skip to content

Commit 0c56693

Browse files
committed
Fix mistakes in ReadMe.md
1 parent 60ae1c9 commit 0c56693

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@ Add a `UIView` in your *Storyboard* and change the class to `KWVerificationCodeV
3333

3434
The properties which can be directly set in the *Attributes Inspector* and their default values are as follows:
3535

36-
- `Underline Color` - Dark grey color
36+
- `Underline Color` - Dark Gray Color
3737

38-
- `Underline Selected Color` - Black color
38+
- `Underline Selected Color` - Black Color
3939

40-
- `Text Color` - Dark text color
40+
- `Text Color` - Dark Text Color
4141

4242
- `Digits` - 4
4343

4444
- `Text Size` - 24.0
4545

46-
- `Text Font` - System font
46+
- `Text Font` - System Font
4747

48-
- `Text Field Background Color` - Clear color
48+
- `Text Field Background Color` - Clear Color
4949

50-
- `Text Field Tint Color` - Blue color
50+
- `Text Field Tint Color` - Blue Color
5151

52-
- `Dark Keyboard` - Default keyboard apperance
52+
- `Dark Keyboard` - Default Keyboard Appearance
5353

5454
### Methods
5555

5656
The `KWVerificationCodeView` has the following methods:
5757

58-
hasValidCode() -> Bool
58+
hasValidCode() -> Bool
5959

6060
Returns true when the entered code is valid.
6161

62-
getVerificationCode() -> String
62+
getVerificationCode() -> String
6363

64-
Returns the validation code.
64+
Returns the validation code.
6565

6666
### Protocols
6767

0 commit comments

Comments
 (0)