From 4747a937136b1884061cc6fdd2f3e9d8b569964a Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 21 Dec 2015 15:31:52 -0800 Subject: [PATCH] Fix typo: somethign --> something --- content/blog/hello-lektor/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/hello-lektor/contents.lr b/content/blog/hello-lektor/contents.lr index f2ca17aa..f7d23a3e 100644 --- a/content/blog/hello-lektor/contents.lr +++ b/content/blog/hello-lektor/contents.lr @@ -49,8 +49,8 @@ files that are tracked through version control and there are CMS systems like None of those were what I was looking for. Static file generators like Jekyll are nice in a way but not just end user unfriendly, but also very limited in what you can do with them. They are more suited for building blogs than -more complex sites. I have tried a bunch of them and build different things -with them, but ultimately always felt like somethign is missing. +more complex sites. I tried a bunch of them and built different things +with them, but ultimately always felt like something was missing. After about two years of frustration with that situation I finally sat down and spend some time working on a system to solve this problem. May I