Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Commit 7aa14d2

Browse files
committed
fixes
1 parent 6afef64 commit 7aa14d2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/packaging-guide/important-info.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ When working with start-sdk in a package codebase, hover states reveal descripti
1212

1313
## Container initialization
1414

15-
### Service containers are build/created when:
15+
### Service containers are built/created:
1616

17-
- The service is freshly installed.
18-
- The service is updated or downgraded.
19-
- StartOS boots.
20-
- The user manually triggers a rebuild
17+
- When the service is freshly installed.
18+
- When the service is updated or downgraded.
19+
- On StartOS boot.
20+
- If the user manually triggers a rebuild.
2121

2222
### Service container initialization sequence. Each of the below are functions in start-sdk:
2323

@@ -29,7 +29,7 @@ This means, for example, that the results of `setupDependencies()` are not avail
2929
1. `Any actions passed to Actions.of()`
3030
1. `setupExposeStore()`
3131
1. `setupDependencies()`
32-
1. `setupPostInstall()`
32+
1. `setupPostInstall()` (runs once ever, only on fresh install)
3333
1. `The [up or down] migration of the first version provided to VersionGraph.of()` (update only)
3434

3535
## File Models

0 commit comments

Comments
 (0)