Skip to content

Commit 43b7994

Browse files
Update doc/api/packages.md
Co-authored-by: Jacob Smith <[email protected]>
1 parent c4f45c3 commit 43b7994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ keys) **must** be relative path strings starting with `./`.
463463
* **Encapsulation:** Ensures all exported paths are resolved relative to
464464
the package root, making the package self-contained.
465465

466-
**2. No Path Traversal and Invalid Segments Disallowed**
466+
**2. No Path Traversal or Invalid Segments**
467467

468468
Export targets **must not** resolve to a location outside the package's root
469469
directory. Additionally, path segments like `.` (single dot), `..` (double dot),

0 commit comments

Comments
 (0)