Skip to content

Commit 88119fa

Browse files
shashwatpathak98thePunderWoman
authored andcommitted
docs: update description for AfterRenderPhase.EarlyRead (angular#60527)
PR Close angular#60527
1 parent 5c03357 commit 88119fa

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/render3/after_render

1 file changed

+1
-1
lines changed

packages/core/src/render3/after_render/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export enum AfterRenderPhase {
3232
* Use `AfterRenderPhase.EarlyRead` for callbacks that only need to **read** from the
3333
* DOM before a subsequent `AfterRenderPhase.Write` callback, for example to perform
3434
* custom layout that the browser doesn't natively support. Prefer the
35-
* `AfterRenderPhase.EarlyRead` phase if reading can wait until after the write phase.
35+
* `AfterRenderPhase.Read` phase if reading can wait until after the write phase.
3636
* **Never** write to the DOM in this phase.
3737
*
3838
* <div class="docs-alert docs-alert-important">

0 commit comments

Comments
 (0)