From f97d1ce163e398f24f3fe19d0ca8ef00bdd22273 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dezs=C5=91=20BICZ=C3=93?= <mxr576@users.noreply.github.com>
Date: Tue, 15 Mar 2022 10:40:02 +0100
Subject: [PATCH] Typo fix

---
 docs/makefile.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/makefile.md b/docs/makefile.md
index 4f8b6bb..3283973 100644
--- a/docs/makefile.md
+++ b/docs/makefile.md
@@ -5,7 +5,7 @@ To use it, create a new `Makefile` file at the root of your project. Copy/paste
 the content in the template section. To view all the available commands, run `make`.
 
 For example, in the [getting started section](/README.md#getting-started), the
-`docker-composer` commands could be replaced by:
+`docker-compose` commands could be replaced by:
 
 1. Run `make build` to build fresh images
 2. Run `make up` (detached mode without logs)