From de63ae753ef8866bea1a456103ccb70a00a51503 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Dec 2022 16:11:10 +0100 Subject: fix typos --- docker-compose.override.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 007f91e..ed9fa83 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -1,6 +1,6 @@ -# I want docker-compose.yml to be copyable; and if the build settings is +# I want docker-compose.yml to be copyable; and if the build settings are # present, and somebody copies it and runs docker-compose up -d, it will -# complain that it can't build the image (which it stupid). +# complain that it can't build the image (which it stupid IMO). services: web: build: . -- cgit v1.2.3