Skip to content

Commit 9d94177

Browse files
docs: Update components-scenarios.md (angular#56921)
Fix grammatical issues PR Close angular#56921
1 parent aa8a479 commit 9d94177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/testing/components-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here are three tests that illustrate how automatic change detection works.
8282
The first test shows the benefit of automatic change detection.
8383

8484
The second and third test reveal an important limitation.
85-
The Angular testing environment does not run change detection synchronously when updates happenthat the test changed the component's `title`.
85+
The Angular testing environment does not run change detection synchronously when updates happen inside the test case that changed the component's `title`.
8686
The test must call `await fixture.whenStable` to wait for another of change detection.
8787

8888
HELPFUL: Angular does not know about direct updates to values that are not signals. The easiest way to ensure that

0 commit comments

Comments
 (0)