Skip to content

Commit 7d82b96

Browse files
committed
Fixing typo
1 parent 6431d0a commit 7d82b96

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

definitions/items/family.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
family-children-count:
22
version: temporary
33
label: Nb of children
4-
description: Numer of children at this date
4+
description: Number of children at this date
55
streamId: family-children
66
eventType: count/generic
77
type: number

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3>Items</h3>
5959
label:
6060
en: Lbs
6161
</pre></td></tr>
62-
<tr><td>Id: family-children-count<br>Type: number</td><td>Nb of children<br>Numer of children at this date</td><td>streamId: family-children<br>eventType: count/generic</td><td><pre></pre></td></tr>
62+
<tr><td>Id: family-children-count<br>Type: number</td><td>Nb of children<br>Number of children at this date</td><td>streamId: family-children<br>eventType: count/generic</td><td><pre></pre></td></tr>
6363
<tr><td>Id: fertility-cycles-charted-count<br>Type: number</td><td>Nb of charted cycles<br>Number of total charted cycles at this date</td><td>streamId: fertility-cycles-charted-estimation<br>eventType: count/generic</td><td><pre></pre></td></tr>
6464
<tr><td>Id: fertility-cycles-ovulation<br>Type: checkbox</td><td>Ovulation Day<br>Flag this day as an ovulation day</td><td>streamId: fertility-cycles-ovulation<br>eventType: activity/plain</td><td><pre></pre></td></tr>
6565
<tr><td>Id: fertility-cycles-start<br>Type: checkbox</td><td>New Cycle<br>Flag this day as a new cycle start</td><td>streamId: fertility-cycles-start<br>eventType: activity/plain</td><td><pre></pre></td></tr>

docs/items.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"en": "Nb of children"
137137
},
138138
"description": {
139-
"en": "Numer of children at this date"
139+
"en": "Number of children at this date"
140140
},
141141
"streamId": "family-children",
142142
"eventType": "count/generic",

docs/pack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"publicationDate": "2025-06-05T15:03:48.740Z",
2+
"publicationDate": "2025-06-11T14:28:18.044Z",
33
"streams": [
44
{
55
"id": "body",
@@ -281,7 +281,7 @@
281281
"en": "Nb of children"
282282
},
283283
"description": {
284-
"en": "Numer of children at this date"
284+
"en": "Number of children at this date"
285285
},
286286
"streamId": "family-children",
287287
"eventType": "count/generic",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"license": "BSD-3-Clause",
1515
"dependencies": {
1616
"ajv": "^8.17.1",
17-
"yaml": "^2.8.0",
17+
"yaml": "^2.8.0"
18+
},
19+
"devDependencies": {
20+
"mocha": "^10.7.3",
1821
"eslint": "^8.57.0",
1922
"eslint-config-semistandard": "^17.0.0",
2023
"eslint-config-standard": "^17.1.0",
2124
"eslint-plugin-import": "^2.29.1",
2225
"eslint-plugin-n": "^15.7.0",
2326
"eslint-plugin-promise": "^6.1.1"
24-
},
25-
"devDependencies": {
26-
"mocha": "^10.7.3"
2727
}
2828
}

0 commit comments

Comments
 (0)