Skip to content

Commit 7b7e203

Browse files
Update UiTests/Common/UiTestHelpers.cs
Co-authored-by: Westin Musser <[email protected]>
1 parent e8a5398 commit 7b7e203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UiTests/Common/UiTestHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private static void WriteLine(ITestOutputHelper? output, string message)
150150
}
151151

152152
/// <summary>
153-
/// This starts the recording of playwright trace files. The corresponsing EndAndWritePlaywrightTrace method will also need to be used.
153+
/// This starts the recording of playwright trace files. The corresponding EndAndWritePlaywrightTrace method will also need to be used.
154154
/// This is not used anywhere by default and will need to be added to the code if desired.
155155
/// </summary>
156156
/// <param name="page">The page object whose context the trace will record.</param>

0 commit comments

Comments
 (0)