summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/helpers/capitalize.md
blob: 52b41a7a2257b5135503ed500e4b623dadeebe48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# capitalize

```js
// usage
chance.capitalize(string)
```

Capitalize the first letter of a word

```js
chance.capitalize('bread')
=> 'Bread'
```