diff --git a/src/extractors/generic/index.js b/src/extractors/generic/index.js index 8eb5f65c..0be9fa4d 100644 --- a/src/extractors/generic/index.js +++ b/src/extractors/generic/index.js @@ -41,7 +41,7 @@ const GenericExtractor = { const dek = this.dek({ ...options, content }); const nextPageUrl = this.nextPageUrl(options); const excerpt = this.excerpt({ ...options, content }); - const wordCount = this.excerpt({ ...options, content }); + const wordCount = this.wordCount({ ...options, content }); const { url, domain } = this.urlAndDomain(options); return {