From 763e234fc5568c887429aa0ca4bdeb36026f59d8 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller Date: Thu, 14 Nov 2024 16:25:05 -0500 Subject: [PATCH] fix typo in file extension --- src/MarkdownGenerator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MarkdownGenerator.js b/src/MarkdownGenerator.js index c8860fc..4371bc0 100644 --- a/src/MarkdownGenerator.js +++ b/src/MarkdownGenerator.js @@ -51,7 +51,7 @@ export class MarkdownGenerator { '.ico', '.ttf', '.woff2', - 'woff' + '.woff' ], ); this.fileExclusions = options.fileExclusions || [