Skip to content

Commit e7f9047

Browse files
navdbalochandrewseguin
authored andcommitted
docs: fixed minor misspelling in harnesses guide (#23547)
(cherry picked from commit 6a02d95)
1 parent 47b60b7 commit e7f9047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/using-component-harnesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ harnesses, you avoid depending on internal DOM structure directly.
251251
252252
In addition to DOM structure, component asynchronicity often offers a challenge when updating
253253
components. If a component changes between synchronous and asynchronous, downstream unit tests may
254-
break do to expectations around timing. Tests then require the addition or removal of some
254+
break due to expectations around timing. Tests then require the addition or removal of some
255255
arcane combination of `whenStable`, `flushMicroTasks`, `tick`, or `detectChanges`. Component
256256
harnesses, however, avoid this problem by normalizing the asynchronicity of all component behaviors
257257
with all asynchronous APIs. When a test uses these harnesses, changes to asynchronicity become

0 commit comments

Comments
 (0)