From 32d9345bba935c7655c025dda1507f5e9ff1a87c Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 22 Nov 2013 17:59:47 -0500 Subject: [PATCH] Fix a minor typo in types.md Signed-off-by: Noah Campbell --- docs/content/content/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content/types.md b/docs/content/content/types.md index 7ce58623a..572929008 100644 --- a/docs/content/content/types.md +++ b/docs/content/content/types.md @@ -8,7 +8,7 @@ groups_weight: 30 Hugo has full support for multiple content types each with its own set of meta data and template. A good example of when multiple types are -needed is to look a tumblr. A piece of content could be a photo, quote +needed is to look at Tumblr. A piece of content could be a photo, quote or post, each with different meta data and rendered differently.