formula typo

This commit is contained in:
lingdocs 2022-04-23 12:58:44 +05:00
parent 5259305822
commit 9b0c451458
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -40,12 +40,12 @@ const verbTenseOptions: { label: string | JSX.Element, value: T.VerbTense, formu
label: <div><i className="fas fa-video mr-2" />habitual continual past</div>,
value: "habitualImperfectivePast",
formula: "ba + contiunous past",
modalFormula: `ba + imperfective past modal`,
modalFormula: `ba + simple past modal`,
}, {
label: <div><i className="fas fa-camera mr-2" />habitual simple past</div>,
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 }[] = [{