From ccb0edd17ec4a325ad8567331679e8d1914740a4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 29 May 2023 21:01:08 +0200 Subject: [PATCH] edit post --- _posts/2023-05-29-mind-numbing-technical-debt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-29-mind-numbing-technical-debt.md b/_posts/2023-05-29-mind-numbing-technical-debt.md index 3b026ac..2203dd9 100644 --- a/_posts/2023-05-29-mind-numbing-technical-debt.md +++ b/_posts/2023-05-29-mind-numbing-technical-debt.md @@ -11,7 +11,7 @@ permalink: /:title/ As I begin to write this, I'm waiting for a re-run of all the [end-to-end tests](https://www.browserstack.com/guide/end-to-end-testing) for a frontend project to finish. -I fixed the obvious stuff and all the unit tests look stable. Green checks pop-up one at a time to reassure that the application behaviors are still working as expected. +I fixed the obvious stuff and all the unit tests look stable. Green checks pop-up one at a time to reassure that the application still behaves as expected. I sigh in relief.