diff --git a/src/pages/demo/FileCardDemoPage.jsx b/src/pages/demo/FileCardDemoPage.jsx
index e1596cff0a55da16767c0d12413f548a4885fc25..719e540a6b13114cc8ef79e966111facd2c86658 100644
--- a/src/pages/demo/FileCardDemoPage.jsx
+++ b/src/pages/demo/FileCardDemoPage.jsx
@@ -271,7 +271,7 @@ const FileCardDemoPage = (props) => {
             </AlertTitle>
             {/*  This is an info alert — <strong>check it out!</strong>
              */}
-            When only <CodeHighlight>downloadUrl</CodeHighlight> is specifyed,
+            When only <CodeHighlight>downloadUrl</CodeHighlight> is specified,
             FileCard will perform the download only for{" "}
             <AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy">
               same-origin URLs
diff --git a/src/pages/demo/FileMosaicDemoPage.jsx b/src/pages/demo/FileMosaicDemoPage.jsx
index 5bd2d0eaaf4f1409a2c51842832bca391f8062f2..023da6cef5ed23e2a083b27e078d8e7ce41e08aa 100644
--- a/src/pages/demo/FileMosaicDemoPage.jsx
+++ b/src/pages/demo/FileMosaicDemoPage.jsx
@@ -285,7 +285,7 @@ const FileMosaicDemoPage = (props) => {
             </AlertTitle>
             {/*  This is an info alert — <strong>check it out!</strong>
              */}
-            When only <CodeHighlight>downloadUrl</CodeHighlight> is specifyed,
+            When only <CodeHighlight>downloadUrl</CodeHighlight> is specified,
             FileMosaic will perform the download only for{" "}
             <AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy">
               same-origin URLs