# capitalize
```js
// usage
chance.capitalize(string)
```
Capitalize the first letter of a word
chance.capitalize('bread')
=> 'Bread'