diff --git a/content/en/functions/findRe.md b/content/en/functions/findRe.md
index 743c8542b..653a482fa 100644
--- a/content/en/functions/findRe.md
+++ b/content/en/functions/findRe.md
@@ -18,8 +18,7 @@ deprecated: false
aliases: []
---
-
-By default all matches will be included. The number of matches can be limitted with an optional third parameter.
+By default all matches will be included. The number of matches can be limited with an optional third parameter.
The example below returns a list of all second level headers (`
`) in the content:
@@ -40,7 +39,6 @@ Hugo uses Go's [Regular Expression package](https://golang.org/pkg/regexp/), whi
If you are just learning RegEx, or at least Go's flavor, you can practice pattern matching in the browser at .
{{% /note %}}
-
[partials]: /templates/partials/
[`plainify`]: /functions/plainify/
[toc]: /content-management/toc/
diff --git a/content/en/functions/getenv.md b/content/en/functions/getenv.md
index 8153cc07c..73569ece5 100644
--- a/content/en/functions/getenv.md
+++ b/content/en/functions/getenv.md
@@ -20,7 +20,7 @@ aliases: []
Takes a string containing the name of the variable as input. Returns
an empty string if the variable is not set, otherwise returns the
-value of the variable.
+value of the variable.
```
{{ getenv "HOME" }}
diff --git a/content/en/functions/plainify.md b/content/en/functions/plainify.md
index 89e7880cd..88d1a759a 100644
--- a/content/en/functions/plainify.md
+++ b/content/en/functions/plainify.md
@@ -14,7 +14,7 @@ keywords: [strings]
signature: ["plainify INPUT"]
workson: []
hugoversion:
-relatedfuncs: [jsonify,]
+relatedfuncs: [jsonify]
deprecated: false
aliases: []
---
@@ -25,7 +25,4 @@ aliases: []
See also the `.PlainWords`, `.Plain`, and `.RawContent` [page variables][pagevars].
-
[pagevars]: /variables/page/
-
-
diff --git a/content/en/functions/templates.Exists.md b/content/en/functions/templates.Exists.md
index 3c8c96156..08ed37893 100644
--- a/content/en/functions/templates.Exists.md
+++ b/content/en/functions/templates.Exists.md
@@ -22,7 +22,7 @@ toc: false
deprecated: false
---
-A template file is any file living below the `layouts` directories of either the project or any of its theme components incudling partials and shortcodes.
+A template file is any file living below the `layouts` directories of either the project or any of its theme components including partials and shortcodes.
The function is particularly handy with dynamic path. The following example ensures the build will not break on a `.Type` missing its dedicated `header` partial.
diff --git a/content/en/getting-started/external-learning-resources/index.md b/content/en/getting-started/external-learning-resources/index.md
index d17c7a4ec..573fdfdbf 100644
--- a/content/en/getting-started/external-learning-resources/index.md
+++ b/content/en/getting-started/external-learning-resources/index.md
@@ -5,7 +5,7 @@ description: A list of tutorials and books on Hugo.
date: 2019-10-20
publishdate: 2019-10-20
lastmod: 2019-10-20
-keywords: [books,tutorials,learning,usage]
+keywords: [books, tutorials, learning, usage]
menu:
docs:
parent: "getting-started"
@@ -17,7 +17,9 @@ toc: false
---
## Books
+
### Hugo In Action
+
[](https://www.manning.com/books/hugo-in-action)
Hugo in Action is a step-by-step guide to using Hugo to create static websites. Working with a complete example website and source code samples, you’ll learn how to build and host a low-maintenance, high-performance site that will wow your users and stay stable without relying on a third-party server.
@@ -25,5 +27,7 @@ Hugo in Action is a step-by-step guide to using Hugo to create static websites.
[Hugo In Action Home Page](https://www.manning.com/books/hugo-in-action)
## Video tutorials
+
### Video Playlist by Mike Dane
-Mike Dane expains the various features of Hugo via dedicated tutorials on [YouTube](https://www.youtube.com/watch?list=PLLAZ4kZ9dFpOnyRlyS-liKL5ReHDcj4G3&v=qtIqKaDlqXo).
+
+Mike Dane explains the various features of Hugo via dedicated tutorials on [YouTube](https://www.youtube.com/watch?list=PLLAZ4kZ9dFpOnyRlyS-liKL5ReHDcj4G3&v=qtIqKaDlqXo).
diff --git a/content/en/hugo-pipes/bundling.md b/content/en/hugo-pipes/bundling.md
index 32f0a7881..79b866c93 100755
--- a/content/en/hugo-pipes/bundling.md
+++ b/content/en/hugo-pipes/bundling.md
@@ -15,12 +15,10 @@ sections_weight: 60
draft: false
---
-
Asset files of the same MIME type can be bundled into one resource using `resources.Concat` which takes two arguments, a target path and a slice of resource objects.
-
```go-html-template
{{ $plugins := resources.Get "js/plugins.js" }}
{{ $global := resources.Get "js/global.js" }}
{{ $js := slice $plugins $global | resources.Concat "js/bundle.js" }}
-```
\ No newline at end of file
+```
diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md
index 02fd1cb1a..54fae74bd 100644
--- a/content/en/templates/partials.md
+++ b/content/en/templates/partials.md
@@ -177,7 +177,7 @@ The following `footer.html` partial template is used for [spf13.com](https://spf
© 2013-14 Steve Francia.
Some rights reserved;
- please attribute properly and link back. Hosted by ServerGrove.
+ please attribute properly and link back. Hosted by ServerGrove.