File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ let tokenField = ICTokenField(frame: rect)
7878tokenField.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.
8585public 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
You can’t perform that action at this time.
0 commit comments