diff --git a/html/thoughts/less-technical-debt b/html/thoughts/less-technical-debt
index cc878ab..171026d 100644
--- a/html/thoughts/less-technical-debt
+++ b/html/thoughts/less-technical-debt
@@ -8,7 +8,7 @@ $[cat ./scripts/img-caption]
Have I mentioned how much I love that a significant portion of the content on this site is generated by bash script?
-The above file is included here with $[echo \$[cat ./scripts/img-caption]]
. I greatly enjoy this.
+The above file is included here with $\[echo $\[cat ./scripts/img-caption]]
. I greatly enjoy this.
Given that the css that is included in every site has now been standardized, I should probably start generalizing the start of each html document such that I can change one file to update the head section of all documents.