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); }