From 80194dddb6c2d53951fcea00910061ec4f428d9f Mon Sep 17 00:00:00 2001 From: Anant <32913413+ThisMonkeysGoneToHeaven@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:12:15 +0530 Subject: [PATCH] fix grammatical error (#375) Corrected grammatical error in the sentence: 'This is split up into multiple service profiles to facilitate easily customization.' Changed 'easily customization' to 'easy customization'. --- docs/getting-started/server/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/server/guide.md b/docs/getting-started/server/guide.md index 540a7a97..cafbf31d 100644 --- a/docs/getting-started/server/guide.md +++ b/docs/getting-started/server/guide.md @@ -54,7 +54,7 @@ Before you start: make sure you’ve installed the recommended We provide a [Docker Compose](https://docs.docker.com/compose/) configuration, which is used during development to provide the required dependencies. This is split up into multiple service profiles to -facilitate easily customization. +facilitate easy customization. 1. Some Docker settings are configured in the environment file, `dev/.env`. Copy the example environment file: