summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/text/syllable.md
blob: ac7fd330433c7b04013423f9bc9d87b6f26fbee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# syllable

```js
// usage
chance.syllable()
```

Return a semi-speakable syllable, 2 or 3 letters

```js
chance.syllable();
=> 'fop'
```

The syllable is returned in all lower case.

A syllable generally alternates between vowel and consonant and is used as the
core building block for a word.