From 69bce77d2428241a403f4a73220ec4e9db019968 Mon Sep 17 00:00:00 2001 From: "Caleb Williams [SSW]" <65635198+Calinator444@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:58:07 +1100 Subject: [PATCH] Update content/docs/guides/converting-gatsby-to-tina.mdx Co-authored-by: Jack Pettit [SSW] <57518417+JackDevAU@users.noreply.github.com> --- content/docs/guides/converting-gatsby-to-tina.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/converting-gatsby-to-tina.mdx b/content/docs/guides/converting-gatsby-to-tina.mdx index 4aed36508..7ee05ee7c 100644 --- a/content/docs/guides/converting-gatsby-to-tina.mdx +++ b/content/docs/guides/converting-gatsby-to-tina.mdx @@ -45,7 +45,7 @@ After running the command above you'll receive a few propmts ## Setting up Gatsby for Tina -Now that we've added Tina to our project there's a few more steps we need to do to get Tina working with Gatsby. Add the following line at the top of `tina/config.js` +Now that we've added Tina to our project, there are a few more steps to integrate it with Gatsby. Start by adding the following line at the top of `tina/config.js` ```diff export default defineConfig({