File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ let tokenField = ICTokenField(frame: rect)
78
78
tokenField.delegate = self as? ICTokenFieldDelegate
79
79
```
80
80
81
- * The characters that completes a token:
81
+ * The characters that complete a token:
82
82
83
83
``` 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.
85
85
public var delimiters: [String ]
86
86
```
87
87
@@ -150,7 +150,7 @@ The displayed delimiter string can be customized by:
150
150
151
151
## Development
152
152
153
- * Meke sure [ Homebrew] ( http://brew.sh/ ) is installed.
153
+ * Make sure [ Homebrew] ( http://brew.sh/ ) is installed.
154
154
* Current ` develop ` branch requires Ruby ` 2.3.1 ` .
155
155
* Set up dependencies by running the following command in the project root:
156
156
You can’t perform that action at this time.
0 commit comments