Skip to content

Commit 4bfb19f

Browse files
committed
fix spacing in documentation
1 parent 0332bc4 commit 4bfb19f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/architecture/implementations/002-commercial-queue-implementation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
External code can use `window.guardian.commercial.queue` to run functions after commercial initialisation.
44

5-
Initialisation means all the modules as part of the `bootCommercial` function have been resolved.
5+
Initialisation means all the modules as part of the `bootCommercial` function have been resolved.
66

77
## Code Locations
88

@@ -17,8 +17,9 @@ Initialisation means all the modules as part of the `bootCommercial` function h
1717
**After flush:** Functions execute immediately when pushed
1818

1919
### Usage
20+
2021
```javascript
2122
window.guardian.commercial.queue.push(() => {
22-
// Your code here - runs after commercial loads
23+
// Your code here - runs after commercial loads
2324
});
24-
25+
```

0 commit comments

Comments
 (0)