From b5c1026e0bc03c1425398cc99914d25fbd78f977 Mon Sep 17 00:00:00 2001 From: realparadise Date: Tue, 21 Sep 2021 13:12:20 +0300 Subject: [PATCH] fix: minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8682732..68d74e0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Build bleeding-edge full-stack applications using **Next.js**, **GraphQL**, **Ty I have created this boilerplate because there was a missing one with all features. Which would support fast development and easy deployment without sacrificing performance. This boilerplate is built on the best open-source tools out there: - ⚡️ [Next.js](https://github.com/vercel/next.js) - The React framework for Production -- 🛠 [TypeScript](https://www.typescriptlang.org/) - Type-safty for your code +- 🛠 [TypeScript](https://www.typescriptlang.org/) - Type-safety for your code - 🤝 [Prisma](https://github.com/prisma/prisma) - ORM for accessing and managing your data - 🛡 [NextAuth.js](https://github.com/nextauthjs/next-auth) - Authentication for Next.js - 🦅 [urql](https://github.com/FormidableLabs/urql) - Highly customisable GraphQL client with sensitive defaults