From 0870cdc2a10336442016bb96bbd52b864e83e262 Mon Sep 17 00:00:00 2001 From: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:32:00 +0200 Subject: [PATCH] Fix spelling error in Writerside/topics/developer-guide.md everytime -> every time Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Writerside/topics/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writerside/topics/developer-guide.md b/Writerside/topics/developer-guide.md index df94ff3..ff7662d 100644 --- a/Writerside/topics/developer-guide.md +++ b/Writerside/topics/developer-guide.md @@ -53,7 +53,7 @@ Additionally, to develop the frontend I use a locally installed Node.js server. the backend runs in a container and the frontend runs on Windows. To make this work, you need to make sure the `cors_urls` and `frontend_url` are set correctly in the backend's config file. -Unfortunately, a side effect of this setup is that you have to rebuild the Docker image everytime when you change the +Unfortunately, a side effect of this setup is that you have to rebuild the Docker image every time when you change the python dependencies in any way or at least restart the container if you change the code. For a fast-paced development it may be more convenient to run the backend locally too, because then it supports hot reloading.