diff --git a/src/App.tsx b/src/App.tsx
index 697d4fe..70248b1 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -76,10 +76,12 @@ function App() {
showing={showing === "equatives"}
handleChange={() => handleHiderClick("equatives")}
>
-
Produces the inflections and plural forms (Pashto and Arabic plurals where applicable) for words
diff --git a/src/demo-components/SpellingDemo.tsx b/src/demo-components/SpellingDemo.tsx index 5625928..cca268a 100644 --- a/src/demo-components/SpellingDemo.tsx +++ b/src/demo-components/SpellingDemo.tsx @@ -41,12 +41,12 @@ function SpellingDemo({ opts, onChange }: { opts: T.TextOptions, onChange: (opts: T.TextOptions) => void, }) { - return