From 0a689b4f4ee9394d20ec2652c197977166727ba2 Mon Sep 17 00:00:00 2001 From: Anthony Jocks <38897354+antjocks@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:53:44 -0800 Subject: [PATCH] docs: typo in faq.md (#6826) --- docs/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index a560be7d96..0cd78c5e0c 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -67,7 +67,7 @@ _If you use a custom credentials provider user accounts will not be persisted in

-NextAuth.js was originally designed for use with Next.js and Serverless. However, today you could use the NextAuth.js core with any other framework. Checkout the examples for Gatsby and SvelteKit. If you would add another integration with other frameworks, feel free to work on it and send a pull request. Make sure to check if there's any on-going work before open a new issue. +NextAuth.js was originally designed for use with Next.js and Serverless. However, today you could use the NextAuth.js core with any other framework. Checkout the examples for Gatsby and SvelteKit. If you would add another integration with other frameworks, feel free to work on it and send a pull request. Make sure to check if there's any on-going work before opening a new issue.