From 6a69b7be556a3c2a52061c713ae7889d91781177 Mon Sep 17 00:00:00 2001 From: Peter Zich Date: Tue, 15 Mar 2022 10:15:22 -0700 Subject: [PATCH] Fix typo in website description `s/applciations/applications` --- app/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 7d35428d5..8e445e9f8 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -77,7 +77,7 @@ const footerLinks = [ export let meta: MetaFunction = () => { const title = 'Quality Software & Open Source Libraries for the Modern Web' - const description = `TanStack is an incubator and collection of software, products, tools and courses for building professional and enterprise-grade front-end applciations for the web.` + const description = `TanStack is an incubator and collection of software, products, tools and courses for building professional and enterprise-grade front-end applications for the web.` const imageHref = 'https://tanstack.com/favicon.png' return { title,