Skip to content

Commit 4318410

Browse files
LayZeeDKmmalerba
authored andcommitted
docs(cdk/testing): correct test harnesses typo (#18115)
1 parent 6c5c08e commit 4318410

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
@@ -73,7 +73,7 @@ Consider a reusable dialog-button component that opens a dialog on click, contai
7373
components, each with a corresponding harness:
7474
- `MyDialogButton` (composes the `MyButton` and `MyDialog` with a convenient API)
7575
- `MyButton` (a simple button component)
76-
- `MyDialog` (a dialog appended to `document.body` by `MyButtonDialog` upon click)
76+
- `MyDialog` (a dialog appended to `document.body` by `MyDialogButton` upon click)
7777

7878
The following code loads harnesses for each of these components:
7979

0 commit comments

Comments
 (0)