Fix a typo in profiles.md

This commit is contained in:
Chris Anderson 2023-02-24 12:45:13 -07:00 committed by GitHub
parent c116a6d878
commit 62c460bb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"