[Home](./index.md) > [@keymanapp/kmc-model](./kmc-model.md) > [WordBreakerSpec](./kmc-model.wordbreakerspec.md) > [joinWordsAt](./kmc-model.wordbreakerspec.joinwordsat.md) ## WordBreakerSpec.joinWordsAt property If present, joins words that were split by the word breaker together at the given strings. e.g., joinWordsAt: \['-'\] // to keep hyphenated items together 14.0 **Signature:** ```typescript readonly joinWordsAt?: string[]; ```