From d05f6e90f3bbf91f41ac0e952b696cf1c48e0f3c Mon Sep 17 00:00:00 2001
From: Jose Manuel Serrano Amaut <a20122128@pucp.pe>
Date: Tue, 21 Mar 2023 09:50:41 -0500
Subject: [PATCH] [REF]: Refactor a typo specifyed

---
 src/pages/demo/FileCardDemoPage.jsx   | 2 +-
 src/pages/demo/FileMosaicDemoPage.jsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/demo/FileCardDemoPage.jsx b/src/pages/demo/FileCardDemoPage.jsx
index e1596cf..719e540 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 5bd2d0e..023da6c 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
-- 
GitLab