If you add a route with a target controller, we should throw if it includes spaces. ```js module.exports = { 'resources ship': { controller: 'ship ', scope: 'operations' }, }; ``` @maximepatry