From 1a8e81b5d2ccff8b37b5965fb0ddd00c7dd26036 Mon Sep 17 00:00:00 2001 From: Amal Thomas Date: Thu, 24 Oct 2024 00:56:08 +0530 Subject: [PATCH] Update self-hosting.mdx --- open-source/self-hosting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source/self-hosting.mdx b/open-source/self-hosting.mdx index 48ceb63..c3ace9d 100644 --- a/open-source/self-hosting.mdx +++ b/open-source/self-hosting.mdx @@ -40,7 +40,7 @@ After creating your accounts, update your `.env.example` to be `.env.local` for npm drizzle-kit generate ``` -5. **Run the Databse Migrations** +5. **Run the Database Migrations** ```sh npm tsx lib/db/migrate.ts