From 565e6eecd3f9d8a917d5dda932ee82b8692d8131 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Wed, 13 Mar 2024 16:24:35 -0400 Subject: [PATCH] Change a word --- src/pages/blog/start-with-a-minimum-viable-system.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/blog/start-with-a-minimum-viable-system.md b/src/pages/blog/start-with-a-minimum-viable-system.md index 6510266..259ebe4 100644 --- a/src/pages/blog/start-with-a-minimum-viable-system.md +++ b/src/pages/blog/start-with-a-minimum-viable-system.md @@ -34,9 +34,9 @@ needed another team to do something. I remember one Friday afternoon when I learned that I needed someone to add a connection string to a configuration file. It was a manual process, and only one person was really trusted to make the change. That person had left for the day, -so I had to wait until the next week. Yes, there are meta problems with that -situation, but it was the reality that I had to work with. In the context of -completing my project, I should have knocked out the +so I had to wait until the next week. Yes, there are process/institutional +problems with that situation, but it was the reality that I had to work with. In +the context of completing my project, I should have knocked out the configuration charge early on. I could have requested the change and worked on my code in parallel while I was waiting.