diff --git a/README.md b/README.md index 59bfcc8..b85d033 100644 --- a/README.md +++ b/README.md @@ -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) { @@ -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. \ No newline at end of file +5. Create new Pull Request.