From 40aa7769f8350645ffc6f02120473726a9e711f9 Mon Sep 17 00:00:00 2001
From: Jorik Schellekens <joriksch@gmail.com>
Date: Sun, 13 Sep 2020 15:00:04 +0100
Subject: [PATCH] Typo

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
---
 src/components/CreateLinkTile.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx
index 51a79eb..3553289 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>
-- 
GitLab