From f6edc592173815e39f3baa1b0c1c6e7ed1b8c9f0 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.