From 7bc488778f3aa5805bc40a7b2ab480dcd39d153b Mon Sep 17 00:00:00 2001 From: Clarence Date: Tue, 11 Mar 2025 11:16:07 +0100 Subject: [PATCH] chore: fixed typo in Developers.md (#33978) chore: fix typo --- DEVELOPERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index d9faa171b0..e168762271 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -12,7 +12,7 @@ - [Shared components](#shared-components) - [Installing packages](#installing-packages) - [Running Docker for Supabase Studio](#running-docker-for-supabase-studio) - - [Prerequsites](#prerequsites) + - [Prerequisites](#prerequisites) - [Get Started](#get-started) - [Create a pull request](#create-a-pull-request) - [Issue assignment](#issue-assignment) @@ -129,7 +129,7 @@ For example: To run Studio locally, you'll need to setup Docker in addition to your NextJS frontend. -#### Prerequsites +#### Prerequisites First, make sure you have the Docker installed on your device. You can download and install it from [here](https://docs.docker.com/get-docker/).