chore: typo

This commit is contained in:
cha0s 2024-01-29 11:54:10 -06:00
parent a49c93d09a
commit 7951c1496e

View File

@ -5,7 +5,7 @@ description: Entrypoint detection and more.
# `package.json` and entry points
When developing a fleck (or any other package), we can specifiy the files included in the package
When developing a fleck (or any other package), we can specify the files included in the package
within our `package.json`'s `"files"` key. However, flecks augments your source `package.json`
during the build process and outputs a **built `package.json`**.