Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 2aab22f

Browse files
CaerusKarualan-agius4
authored andcommitted
fixup! docs: update issue template and Gotchas guide
1 parent cc6f717 commit 2aab22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gotchas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ longer than needed on the server could result in suboptimal rendering.
225225
> It may be worth brushing up on the JavaScript event loop and learning the difference between microtasks
226226
> and macrotasks, if you don't know it already. [Here's](https://javascript.info/event-loop) a good reference.
227227
228-
## My X, Y, Z won't finish before render!
228+
## My HTTP, Firebase, WebSocket, etc. won't finish before render!
229229

230230
Similarly to the above section on waiting for macrotasks to complete, the flip-side is that the platform will
231231
not wait for microtasks to complete before finishing the render. In Angular Universal, we have patched the

0 commit comments

Comments
 (0)