From 4fe868b990082630fbdf757a57a78fa41940ade3 Mon Sep 17 00:00:00 2001 From: fherreazcue Date: Thu, 24 Oct 2024 17:50:22 +0100 Subject: [PATCH] spelling --- episodes/docker-compose-microservices.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/docker-compose-microservices.Rmd b/episodes/docker-compose-microservices.Rmd index 738e749..6636c32 100644 --- a/episodes/docker-compose-microservices.Rmd +++ b/episodes/docker-compose-microservices.Rmd @@ -44,7 +44,7 @@ For individual developers, it means less time writing code which has already bee Let's take a look at this approach in the context of a real world example. The [Apperture](https://github.com/UoMResearchIT/apperture) project is a stack of microservices. -They combine to provide a log-in secure web portal with built in user-mangement. +They combine to provide a log-in secure web portal with built in user-management. It is maintained by the University of Manchester's Research IT team, and can easily be combined with other stacks to provide them with a log in portal. `Apperture` is comprised primarily of a `docker-compose.yml` file.