From 8765626898c2cb579ad644b67c8fc28879ed65e1 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 30 Dec 2019 14:42:36 -0800 Subject: [PATCH] Fix typo on index page --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 4b742f1..5dc230c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,5 +2,5 @@ title: Daniel's Blog --- ## Hello! -Welcome to my blog. Here, I write abour various subjects, including (but not limited to) +Welcome to my blog. Here, I write about various subjects, including (but not limited to) functional programming, compiler development, programming language theory, and occasionally video games. I hope you find something useful here!