From d26f57758aaa604b3d88011d0c5b5005c4a609d0 Mon Sep 17 00:00:00 2001 From: James Bogosian Date: Thu, 26 Dec 2024 09:04:11 -0500 Subject: [PATCH] Fix typo in docs --- docs/pages/docs/community-resources/docker-compose.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/docs/community-resources/docker-compose.mdx b/docs/pages/docs/community-resources/docker-compose.mdx index 896bcbd..d51e29c 100644 --- a/docs/pages/docs/community-resources/docker-compose.mdx +++ b/docs/pages/docs/community-resources/docker-compose.mdx @@ -1,6 +1,6 @@ # Docker Compose -Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource usae makes it ideal for this use case. +Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource use makes it ideal for this use case. There have been requests for an official Docker Compose file, but I believe you should customize it to your needs. @@ -20,4 +20,4 @@ services: - ./cup.json:/config/cup.json ``` -This can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. Have fun! \ No newline at end of file +This can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. Have fun!