From 123ff7ad1ff8d14d61c952cb9ae581bab6447d90 Mon Sep 17 00:00:00 2001 From: Behn <7383025+WaitroseDev@users.noreply.github.com> Date: Tue, 9 Nov 2021 12:27:52 +0000 Subject: [PATCH] website/docs: Fix typo (#1761) --- website/docs/installation/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 598c5152f..f19c5e7b1 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -88,7 +88,7 @@ The docker-compose project contains the following containers: - server - This is the backend service, which does all the logic, runs the API and the actual SSO part. It also runs the frontend, hosts the JS/CSS files, and also servers the files you've uploaded for icons/etc. + This is the backend service, which does all the logic, runs the API and the actual SSO part. It also runs the frontend, hosts the JS/CSS files, and also serves the files you've uploaded for icons/etc. - worker