From 907db09c64081eba658cb2d684be1b5a5d7a563e Mon Sep 17 00:00:00 2001 From: Win Olario Date: Thu, 13 Jul 2023 08:01:24 +0800 Subject: [PATCH] Update birthing_center.json Fix typo "midwive" to "midwife". Added the following terms: * "birthing home", * "lying-in", * "maternity", * "midwives" --- data/presets/healthcare/birthing_center.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/presets/healthcare/birthing_center.json b/data/presets/healthcare/birthing_center.json index be818298..47a75a96 100644 --- a/data/presets/healthcare/birthing_center.json +++ b/data/presets/healthcare/birthing_center.json @@ -6,11 +6,15 @@ ], "terms": [ "baby", + "birthing home", "childbirth", "delivery", "labour", "labor", - "midwive", + "lying-in", + "maternity", + "midwife", + "midwives", "pregnancy", "pregnant" ],