Skip to content

Commit

Permalink
docs: Update components-scenarios.md (angular#56921)
Browse files Browse the repository at this point in the history
Fix grammatical issues

PR Close angular#56921
  • Loading branch information
harishkrishnan24 authored and pkozlowski-opensource committed Jul 10, 2024
1 parent aa8a479 commit 9d94177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/guide/testing/components-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Here are three tests that illustrate how automatic change detection works.
The first test shows the benefit of automatic change detection.

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

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

0 comments on commit 9d94177

Please sign in to comment.