From 30ab3e383126d4f26d6ecc0615f450f42fb46962 Mon Sep 17 00:00:00 2001 From: Falk Rehse Date: Tue, 14 Dec 2021 11:53:26 +0100 Subject: [PATCH] Improve wording Signed-off-by: Falk Rehse --- docs/content/dev/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dev/getting-started.md b/docs/content/dev/getting-started.md index 0cc110ef2..8af8624ef 100644 --- a/docs/content/dev/getting-started.md +++ b/docs/content/dev/getting-started.md @@ -46,4 +46,4 @@ to run both at the same time. - The backend will be available at `http://localhost:3000`. - The frontend will be available at `http://localhost:3001`. -**Note:** The backend also proxies requests to the frontend, so you can point also your browser at the backend. +**Note:** The backend proxies requests to the frontend, so you can also point your browser at the backend.