We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931caf7 commit 74c9c76Copy full SHA for 74c9c76
1 file changed
data/food/coffee.json
@@ -1,6 +1,6 @@
1
{
2
"templates": [
3
- "hands {user} a {size} {temperature} {flavor} {coffee} with {shots} shots of espresso!"
+ "hands {user} a {size} {temperature} {flavor} {coffee} with {shots} of espresso!"
4
],
5
"parts": {
6
"temperature": [
@@ -35,9 +35,9 @@
35
"breve"
36
37
"shots": [
38
- "one",
39
- "two",
40
- "three"
+ "one shot",
+ "two shots",
+ "three shots"
41
]
42
}
43
0 commit comments