From 7e54dc43f673cc40d92a74bdbcf9524d8cbfa896 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Wed, 30 Dec 2020 15:43:19 -0500 Subject: [PATCH] a word --- src/writer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/writer.js b/src/writer.js index 9750b43..7b04f78 100644 --- a/src/writer.js +++ b/src/writer.js @@ -162,7 +162,7 @@ function getPostPath(post, config) { // start with base output dir const pathSegments = [config.output]; - // create fragment for post type if we're dealing with more than just "post" + // create segment for post type if we're dealing with more than just "post" if (config.includeOtherTypes) { pathSegments.push(post.meta.type); }