If you have a **target** name which consists of multiple words, you'll define your targets as follows: ``` static targets = [ "errorMessage" ] ``` An **outlet** name with multiple words, has to be defined the following way: ``` static outlets = [ "error-message" ] ``` If this is the intended behaviour, it would be nice to add a small notice to the documentation. Thanks!