fix inflection patterns page
This commit is contained in:
parent
2ef75b3710
commit
cf2930671e
|
@ -7,6 +7,7 @@ import {
|
|||
Examples,
|
||||
InlinePs,
|
||||
typePredicates as tp,
|
||||
firstVariation,
|
||||
} from "@lingdocs/ps-react";
|
||||
import InflectionCarousel from "../../components/InflectionCarousel";
|
||||
import { nouns, adjectives } from "../../words/words";
|
||||
|
@ -106,7 +107,7 @@ It's important to know that _not all words can be inflected_. If a word doesn't
|
|||
]}
|
||||
</Examples>
|
||||
|
||||
## Exceptions in form
|
||||
## Exceptions
|
||||
|
||||
### Pattern 1 feminine nouns without an ـه - a ending
|
||||
|
||||
|
|
Loading…
Reference in New Issue