From 62c460bb2423cbd966191f79d77894e9d935e68a Mon Sep 17 00:00:00 2001 From: Chris Anderson <5461398+chrisranderson@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:45:13 -0700 Subject: [PATCH] Fix a typo in profiles.md --- compose/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/profiles.md b/compose/profiles.md index c9facabb85..49f9f98c39 100644 --- a/compose/profiles.md +++ b/compose/profiles.md @@ -91,7 +91,7 @@ $ COMPOSE_PROFILES=frontend,debug docker compose up When a service with assigned `profiles` is explicitly targeted on the command line its profiles are enabled automatically so you don't need to enable them manually. This can be used for one-off services and debugging tools. -As an example consider the folowing configuration: +As an example consider the following configuration: ```yaml version: "{{ site.compose_file_v3 }}"