diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx
index 51a79ebb20aaca4c9e6755b0d4634ab110215976..3553289ac47f5bf9719b1b9d4936034272405ea3 100644
--- a/src/components/CreateLinkTile.tsx
+++ b/src/components/CreateLinkTile.tsx
@@ -103,7 +103,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
     return (
         <Tile className="createLinkTile">
             <TextButton onClick={(): void => props.setLink('')}>
-                Create another lnk
+                Create another link
             </TextButton>
             <a href={props.link}>
                 <h1>{props.link}</h1>