Skip to content

Commit 1ef6280

Browse files
authored
Merge pull request #56 from gillohner/patch-1
Fix typo in project structure documentation
2 parents 11c651b + 508de37 commit 1ef6280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packaging-guide/project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In the `fileModels/` directory, you can create separate `.ts` files from which y
123123

124124
These `.ts` files afford a convenient and type safe way for your package to read, write and monitor, and react to file on the file system.
125125

126-
It is common for packages to have a `store.json.ts` file model as a convenient place to persist arbitrary data that are needed by the package but _not_ persisted by teh upstream service. For example, you might use `store.json` to persist startup flags or login credentials.
126+
It is common for packages to have a `store.json.ts` file model as a convenient place to persist arbitrary data that are needed by the package but _not_ persisted by the upstream service. For example, you might use `store.json` to persist startup flags or login credentials.
127127

128128
### init/
129129

0 commit comments

Comments
 (0)