Fix: misspellings

This commit is contained in:
Seyed Mojtaba Hosseini Zeidabadi
2021-07-11 13:25:38 +04:30
parent c33d0285d4
commit d2882fcbe0
6 changed files with 8 additions and 8 deletions
@@ -56,7 +56,7 @@ final class AutocompleteExampleViewController: ChatViewController {
return array
}()
// Completions loaded async that get appeneded to local cached completions
// Completions loaded async that get appended to local cached completions
var asyncCompletions: [AutocompleteCompletion] = []
override func viewDidAppear(_ animated: Bool) {