From f44183ddb55c80f9c59301b8cfc8159e0633caee Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 21 Oct 2019 19:57:45 +0900 Subject: [PATCH] Fix corresponding typo (#948) --- content/en/content-management/authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/authors.md b/content/en/content-management/authors.md index 4cec5281a..2cbc11620 100644 --- a/content/en/content-management/authors.md +++ b/content/en/content-management/authors.md @@ -107,7 +107,7 @@ You can find a list of all template variables to access the profile information ### Link Social Network Accounts -As aforementioned, Hugo is able to generate links to profiles of the most popular social networks. The following social networks with their corrersponding identifiers are supported: `github`, `facebook`, `twitter`, `pinterest`, `instagram`, `youtube` and `linkedin`. +As aforementioned, Hugo is able to generate links to profiles of the most popular social networks. The following social networks with their corresponding identifiers are supported: `github`, `facebook`, `twitter`, `pinterest`, `instagram`, `youtube` and `linkedin`. This is can be done with the `.Social.URL` function. Its only parameter is the name of the social network as they are defined in the profile (e.g. `facebook`, `twitter`). Custom variables like `website` remain as they are.