Skip to content

Commit 6a02d95

Browse files
authored
docs: fixed minor misspelling in harnesses guide (#23547)
1 parent 700b3c2 commit 6a02d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/using-component-harnesses.md

+1-1
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)