Skip to content

Commit 4e2391e

Browse files
committed
update adr doc with more coding standards
1 parent 1519fb6 commit 4e2391e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/architecture/proposals/004-bundle-refactoring.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ We propose the repo is structured in the following way:
1616
The top level boot for each of the three commercial processes (ad free, consented, consentless) should be minimal. It should only contain the essentials needed for understanding the process.
1717

1818
```typescript
19-
await initialise(); // contains all boot/init scripts required for ad slots
20-
19+
await boot();
2120
await insertAds();
2221
await updateAds();
2322
```
2423

25-
### Initialise
24+
### Boot
2625

2726
The consented-advertising file contains lots of information about init scripts that is hard to follow.
2827

0 commit comments

Comments
 (0)