Skip to content

Commit d8c846e

Browse files
committed
Fix typos
1 parent 25b7601 commit d8c846e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ let tokenField = ICTokenField(frame: rect)
7878
tokenField.delegate = self as? ICTokenFieldDelegate
7979
```
8080

81-
* The characters that completes a token:
81+
* The characters that complete a token:
8282

8383
```swift
84-
/// Characters that completes a new token, defaults are whitespace and commas.
84+
/// Characters that complete a new token, defaults are whitespace and commas.
8585
public var delimiters: [String]
8686
```
8787

@@ -150,7 +150,7 @@ The displayed delimiter string can be customized by:
150150

151151
## Development
152152

153-
* Meke sure [Homebrew](http://brew.sh/) is installed.
153+
* Make sure [Homebrew](http://brew.sh/) is installed.
154154
* Current `develop` branch requires Ruby `2.3.1`.
155155
* Set up dependencies by running the following command in the project root:
156156

0 commit comments

Comments
 (0)