fixes
[web-hugo.git] / content / posts / move-to-hugo.md
index c2561767a74665c9e70c31ac102ad9df2e99d0cd..26136db6908021dbcb35bfc440b4324d0cda45b1 100644 (file)
@@ -53,7 +53,7 @@ All in all, Hugo makes more sense. It saves time and also performs much better.
 Not at all! Since blogit used markdown, the only annoyance was having to redefine preview image and the tags in header
 instead of the footer, otherwise posts ported over fine without any issues. As for how I kept the old URLs valid, I made
 use of [aliases in Hugo](https://gohugo.io/content-management/urls/#aliases). For example on my DeckPC Day-1
-post, I simply added a singl eine to the header: `aliases: ["/deckpc-day-one-experience.html"]`
+post, I simply added a single line to the header: `aliases: ["/deckpc-day-one-experience.html"]`
 
 ## How much faster is Hugo then?