Skip to content

Commit ed53a9b

Browse files
yjaaidijelbourn
authored andcommitted
docs(cdk/testing): fix typo in harness guide (#17883)
1 parent de560b9 commit ed53a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/testing/test-harnesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ When a page contains multiple instances of a particular component, you may want
374374
some property of the component to get a particular component instance. For example, you may want
375375
a button with some specific text, or a menu with a specific ID. The `HarnessPredicate`
376376
class can capture criteria like this for a `ComponentHarness` subclass. While the
377-
test author is able to construct `HarnessPredicate` instances manually, its easier when the
377+
test author is able to construct `HarnessPredicate` instances manually, it's easier when the
378378
`ComponentHarness` subclass provides a helper method to construct predicates for common filters.
379379

380380
The recommended approach to providing this helper is to create a static `with` method on each

0 commit comments

Comments
 (0)