Skip to content

Commit d05f6e9

Browse files
committed
[REF]: Refactor a typo specifyed
1 parent 9e6457f commit d05f6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/demo/FileCardDemoPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const FileCardDemoPage = (props) => {
271271
</AlertTitle>
272272
{/* This is an info alert — <strong>check it out!</strong>
273273
*/}
274-
When only <CodeHighlight>downloadUrl</CodeHighlight> is specifyed,
274+
When only <CodeHighlight>downloadUrl</CodeHighlight> is specified,
275275
FileCard will perform the download only for{" "}
276276
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy">
277277
same-origin URLs

src/pages/demo/FileMosaicDemoPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const FileMosaicDemoPage = (props) => {
285285
</AlertTitle>
286286
{/* This is an info alert — <strong>check it out!</strong>
287287
*/}
288-
When only <CodeHighlight>downloadUrl</CodeHighlight> is specifyed,
288+
When only <CodeHighlight>downloadUrl</CodeHighlight> is specified,
289289
FileMosaic will perform the download only for{" "}
290290
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy">
291291
same-origin URLs

0 commit comments

Comments
 (0)