Fix typo in 0.76.0 release note
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Tue, 6 Oct 2020 17:03:36 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 17:03:36 +0000 (19:03 +0200)
docs/content/en/news/0.76.0-relnotes/index.md

index 48b196ff436442728b5e61338c9d5536003694f5..f23d13c06eff6742b3eb54b485d4b9d6e52420b1 100644 (file)
@@ -22,7 +22,7 @@ background = "goldenbridge.jpg"
 kind="section"
 ```
 
-Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a customm `Type` to these sections using  `path="/blog/*/**"` and similar.
+Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a custom `Type` to these sections using  `path="/blog/*/**"` and similar.
 
 A related improvement is that the [build option](https://gohugo.io/content-management/build-options/#readout) `render` is now an enum. In addition to turning on/off rendering of a given page you can tell Hugo to not render, but you want to preserve the `.Permalink`, useful for SPA applications.