Skip to content

Commit 4c415ae

Browse files
committed
fix: Spelling mistakes
1 parent ace36cb commit 4c415ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bunit.web/Asserting/MarkupMatchesAssertExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public static void MarkupMatches(this INodeList actual, RenderFragment expected,
351351
/// the <paramref name="expected"/> markup fragment, using the <see cref="HtmlComparer"/> type.
352352
/// </summary>
353353
/// <exception cref="HtmlEqualException">Thrown when the <paramref name="actual"/> markup does not match the <paramref name="expected"/> markup.</exception>
354-
/// <param name="actual">A enumerable of IElements to verifiy.</param>
354+
/// <param name="actual">A enumerable of IElements to verify.</param>
355355
/// <param name="expected">The expected markup fragment.</param>
356356
/// <param name="userMessage">A custom user message to display in case the verification fails.</param>
357357
[AssertionMethod]
@@ -370,7 +370,7 @@ public static void MarkupMatches(this IEnumerable<IElement> actual, [StringSynta
370370
/// the <paramref name="expected"/> fragments, using the <see cref="HtmlComparer"/> type.
371371
/// </summary>
372372
/// <exception cref="HtmlEqualException">Thrown when the <paramref name="actual"/> element does not match the <paramref name="expected"/> fragments.</exception>
373-
/// <param name="actual">An IElement to verifiy.</param>
373+
/// <param name="actual">An IElement to verify.</param>
374374
/// <param name="expected">The expected markup fragments.</param>
375375
/// <param name="userMessage">A custom user message to display in case the verification fails.</param>
376376
[AssertionMethod]
@@ -412,7 +412,7 @@ public static void MarkupMatches(this IElement actual, IEnumerable<IElement> exp
412412
/// the <paramref name="expected"/> fragment, using the <see cref="HtmlComparer"/> type.
413413
/// </summary>
414414
/// <exception cref="HtmlEqualException">Thrown when the <paramref name="actual"/> elements does not match the <paramref name="expected"/> fragment.</exception>
415-
/// <param name="actual">A list of elements to verifiy.</param>
415+
/// <param name="actual">A list of elements to verify.</param>
416416
/// <param name="expected">The expected markup fragment.</param>
417417
/// <param name="userMessage">A custom user message to display in case the verification fails.</param>
418418
[AssertionMethod]

0 commit comments

Comments
 (0)