From 06e049927fec9e10dea078bd86ca132ecf727399 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:00:27 +0200 Subject: [PATCH] docs(frontend): fix env file example name --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index d56ed5c2f..3b1a2d4dc 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -25,7 +25,7 @@ You can develop the web front end against any accessible backend, including the In order to do so, you need to set the `DEV_PROXY` env variable. The recommended way to do so is to: -- Copy `.env.local.exemple` as `.env.local` +- Copy `.env.local.example` as `.env.local` - Uncomment the `DEV_PROXY` line - Set the backend url you want to use