From e2b5ca06245395d8f9dc6d6cc965ac1e148e92cd Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 11 Jun 2019 16:49:14 -0300 Subject: [PATCH] Accidentally a whole word --- content/thoughts/things-i-learnt-the-hard-way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/thoughts/things-i-learnt-the-hard-way.md b/content/thoughts/things-i-learnt-the-hard-way.md index b8a3d0e..9225188 100644 --- a/content/thoughts/things-i-learnt-the-hard-way.md +++ b/content/thoughts/things-i-learnt-the-hard-way.md @@ -18,7 +18,7 @@ different jobs. ### Spec first, then code -If you don't what you're trying to solve, you don't know what to code. +If you don't know what you're trying to solve, you don't know what to code. Write something specifying how the application works before writing any code.