From 03b51791c1bd646439336086ea7aab12f40dedc1 Mon Sep 17 00:00:00 2001 From: Manu Mathew Date: Sun, 9 Dec 2018 13:25:17 +0530 Subject: [PATCH] Fix grammatical error in permalinks.md (#7409) Merge pull request 7409 --- docs/_docs/permalinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index 6f9254ff..75a2e9b5 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -14,7 +14,7 @@ The simplest way to set a permalink is using front matter. You set the For example, you might have a page on your site located at `/my_pages/about-me.html` and you want the output url to be `/about/`. In -front matter the page you would set: +front matter of the page you would set: ``` ---