You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// the <paramref name="expected"/> markup fragment, using the <see cref="HtmlComparer"/> type.
352
352
/// </summary>
353
353
/// <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>
/// the <paramref name="expected"/> fragments, using the <see cref="HtmlComparer"/> type.
371
371
/// </summary>
372
372
/// <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>
/// the <paramref name="expected"/> fragment, using the <see cref="HtmlComparer"/> type.
413
413
/// </summary>
414
414
/// <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>
0 commit comments