From 9b0c451458e95ba9cdbf5ef768d6b6413c94f424 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:58:44 +0500 Subject: [PATCH] formula typo --- package.json | 2 +- src/components/vp-explorer/TensePicker.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff7a811..f828c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.1.9", + "version": "2.2.0", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/vp-explorer/TensePicker.tsx b/src/components/vp-explorer/TensePicker.tsx index 3177f74..a371469 100644 --- a/src/components/vp-explorer/TensePicker.tsx +++ b/src/components/vp-explorer/TensePicker.tsx @@ -40,12 +40,12 @@ const verbTenseOptions: { label: string | JSX.Element, value: T.VerbTense, formu label:
habitual continual past
, value: "habitualImperfectivePast", formula: "ba + contiunous past", - modalFormula: `ba + imperfective past modal`, + modalFormula: `ba + simple past modal`, }, { label:
habitual simple past
, value: "habitualPerfectivePast", formula: "ba + simple past", - modalFormula: `ba + perfective past modal`, + modalFormula: `ba + continuous past modal`, }]; const perfectTenseOptions: { label: string | JSX.Element, value: T.PerfectTense, formula: string }[] = [{