From 606d534cba41be3b4cc65ed08ba643b1ae26fb3c Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 23 Dec 2022 14:24:56 +0100 Subject: [PATCH] docs: small error --- docs/guides/docker-compose-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/docker-compose-template.md b/docs/guides/docker-compose-template.md index f951d66..2d50211 100644 --- a/docs/guides/docker-compose-template.md +++ b/docs/guides/docker-compose-template.md @@ -1,6 +1,6 @@ # Create a Docker Compose template -In this section, we'll create a template using [Docker Compose](https://docs.docker.com/compose/compose-file/) that describes our applicaiton configuration. Uffizzi uses Docker Compose as its configuration format because it is relatively simple and widely used by developers. +In this section, we'll create a template using [Docker Compose](https://docs.docker.com/compose/compose-file/) that describes our application configuration. Uffizzi uses Docker Compose as its configuration format because it is relatively simple and widely used by developers. !!! note Uffizzi supports a subset of the [Compose specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md). For a full list of supported keywords, see the [Uffizzi Compose file reference](../references/compose-spec.md).