From 87b3dda867fa1189a1f08a204ae3717e9dfe8d6a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 19 Sep 2024 13:22:00 -0400 Subject: [PATCH] readme: Fixup typo Reported in GH#775. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bda92397b..8c22141b2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ `Mgmt` is a real-time automation tool. It is familiar to existing configuration management software, but is drastically more powerful as it can allow you to build real-time, closed-loop feedback systems, in a very safe way, and with a -surprisingly small amout of our `mcl` code. For example, the following code will -ensure that your file server is set to read-only when it's friday. +surprisingly small amount of our `mcl` code. For example, the following code +will ensure that your file server is set to read-only when it's friday. ```mcl import "datetime"