From a4f63e2ce24a5986113e9b3bd9b84e78b30e55aa Mon Sep 17 00:00:00 2001 From: Jean-Marc Goepfert Date: Thu, 19 Nov 2020 13:18:46 +1100 Subject: [PATCH] Fix typo in comment Replaces traling with trailing --- content/posts/2020-05-22-gatsby-redirect-from/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2020-05-22-gatsby-redirect-from/index.md b/content/posts/2020-05-22-gatsby-redirect-from/index.md index 31273114..b34b01fa 100644 --- a/content/posts/2020-05-22-gatsby-redirect-from/index.md +++ b/content/posts/2020-05-22-gatsby-redirect-from/index.md @@ -53,7 +53,7 @@ redirect_from: - /goodie-updated-aperture-file-types-v11/ - /aperture-file-types-v12-released/ - /2008/04/aperture-file-types/ - # note: traling slashes are required + # note: trailing slashes are required --- ```