Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ There is also an option of setting a `textFieldDelegate` property of all textFie
self.keyboardController.textFieldDelegate = self;
```

This could be particulary useful if you would like to add individual behaviour to `UITextFields` objects.
This could be particularly useful if you would like to add individual behaviour to `UITextFields` objects.

```swift
func textFieldDidBeginEditing(_ textField: UITextField) {
Expand All @@ -86,4 +86,4 @@ func textFieldDidEndEditing(_ textField: UITextField) {
2. Create your feature branch (`git checkout -b new-feature`).
3. Commit your changes (`git commit -am 'Added new-feature'`).
4. Push to the branch (`git push origin new-feature`).
5. Create new Pull Request.
5. Create new Pull Request.