diff --git a/README.md b/README.md index fb592cb..947e0b3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ self.view.addSubview(textfield) | `suggestionType` | `SuggestionType` | The type of suggestion that should be used. `.Word` will only hint the the next word in the suggestion and `.Sentence` will show the whole suggestion. Defaults to `.Sentence`. | | `pixelCorrections` | `CGPoint` | Move the suggestion label up/down left/right. Use this to correct any differences if the suggestion doesn't match the input value for some reason. | | `horizontalPadding` | `CGFloat` | Add padding to your textfield. Automatically set when using a `borderStyle` that has padding. | -| `delimiter` | `String` | Add a delimiter to only show a suggestion if there's more than one occurance of the delimiter. Perfect for autocompleting email providers. | +| `delimiter` | `String` | Add a delimiter to only show a suggestion if there's more than one occurrence of the delimiter. Perfect for autocompleting email providers. | # Demo