From b46d7dc1ea363c68646abb4606c694176c61845d Mon Sep 17 00:00:00 2001 From: John Higgins <77738205+johnbhiggins7@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:47:46 -0500 Subject: [PATCH] Typo Correction comnfiguring - configuring --- .../development-environments/development-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-deployment-publishing/development-environments/development-environments.md b/docs/testing-deployment-publishing/development-environments/development-environments.md index 09ae1a5e..56f6c618 100644 --- a/docs/testing-deployment-publishing/development-environments/development-environments.md +++ b/docs/testing-deployment-publishing/development-environments/development-environments.md @@ -119,7 +119,7 @@ Additionally, you must manually set up [**Firestore rules**](../../ff-integratio The data that you add to Firebase through the Content Manager is specific to the Firebase project, and environment, that you have selected. ::: -#### Comnfiguring Supabase +#### Configuring Supabase If your project uses Supabase, you'll need to [**set up a new Supabase project**](../../ff-integrations/supabase/supabase-setup.md) for each environment. Create environment-specific values like `SupabaseAPIURL` and `SupabaseAnonKey`, and then configure the Supabase properties to point to these newly created values. Below is an example of how it would look like.