From fa236a4faee8e041f18addfbd71da5e94d036769 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:42:50 +0000 Subject: [PATCH] docs: update refs for https://github.com/0x5eal/luau-unzip/commit/ --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0dca7df..4052e52 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ export type ZipEntry = { ## API ### `new` > [!IMPORTANT] -> This is a private API. It may be exported publically, but try to avoid +> This is a private API. It may be exported publicly, but try to avoid > using this API, since it can have breaking changes at any time without > warning. @@ -137,7 +137,7 @@ export type CompressionMethod = "STORE" | "DEFLATE" [CompressionMethod]: #CompressionMethod ### `ZipEntryProperties` > [!IMPORTANT] -> This is a private type. It may be exported publically, but try to avoid +> This is a private type. It may be exported publicly, but try to avoid > using it, since its definition can have a breaking change at any time > without warning. @@ -212,7 +212,7 @@ ZipReader.new( [ZipReader.new]: #new ### `parseCentralDirectory` > [!IMPORTANT] -> This is a private API. It may be exported publically, but try to avoid +> This is a private API. It may be exported publicly, but try to avoid > using this API, since it can have breaking changes at any time without > warning. @@ -227,7 +227,7 @@ ZipReader:parseCentralDirectory() [ZipReader:parseCentralDirectory]: #parseCentralDirectory ### `buildDirectoryTree` > [!IMPORTANT] -> This is a private API. It may be exported publically, but try to avoid +> This is a private API. It may be exported publicly, but try to avoid > using this API, since it can have breaking changes at any time without > warning.