From f0ce35e34d33a66fe84538469db475d7fb185024 Mon Sep 17 00:00:00 2001 From: Kurt Thiemann Date: Tue, 10 Dec 2024 12:57:01 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037f191..6bfdecb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ the following properties: | `createEntryIndex` | boolean | Whether an index of all central directory entries should be created the first time they are read.
Massively increases performance when using `findEntry` multiple times. | | `entryOptions` | [EntryOptions](src/Options/EntryOptions.js) | Options passed to each created Entry object. | | `ignoreMultiDiskErrors` | boolean | Simply ignore information about multiple disks instead of throwing an error when encountering a multi disk archive | -| `allowTruncatedCentralDirectory` | boolean | Do not throw an error if the central directory does not contain the expected numbber of entries | +| `allowTruncatedCentralDirectory` | boolean | Do not throw an error if the central directory does not contain the expected number of entries | [EntryOptions](src/Options/EntryOptions.js) can have the following properties: