Skip to content

Commit faf5f84

Browse files
authored
Update zipstream.md
1 parent 4a652de commit faf5f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/zipstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `options` object may contain the following properties:
3333
- `comment` - *String* - Sets the zip archive comment.
3434
- `forceLocalTime` - *Boolean* - Forces the archive to contain local file times instead of UTC.
3535
- `forceZip64` - *Boolean* - Forces the archive to contain ZIP64 headers.
36-
- `namePrependSlash` - *Boolean* - Prepends a forward slash to file paths.
36+
- `namePrependSlash` - *Boolean* - Prepends a forward slash to archive file paths.
3737
- `store` - *Boolean* - Sets the compression method to STORE.
3838
- `zlib` - *Object* - Passed to [zlib](https://nodejs.org/api/zlib.html#zlib_class_options) to control compression
3939

@@ -59,7 +59,7 @@ The `data` object may contain the following properties:
5959
- `comment` - *String* - The entry comment.
6060
- `date` - *String | Date* - The entry date.
6161
- `mode` - *Number* - The entry permissions.
62-
- `namePrependSlash` - *Boolean* - Prepends a forward slash to file paths.
62+
- `namePrependSlash` - *Boolean* - Prepends a forward slash to archive file paths.
6363
- `store` - *Boolean* - The compression method to STORE.
6464
- `type` - *String* - The entry type. Defaults to `directory` if name ends with trailing slash.
6565

0 commit comments

Comments
 (0)