Skip to content

Commit ceca248

Browse files
committed
refactor: fix spelling mistake in class
1 parent 169ddad commit ceca248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bunit.web/EventDispatchExtensions/DetailsElementEventDispatcherExtensions.cs renamed to src/bunit.web/EventDispatchExtensions/DetailsElementEventDispatchExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Bunit
88
/// <summary>
99
/// General event dispatch helper extension methods.
1010
/// </summary>
11-
public static class DetailsElementEventDispatcherExtensions
11+
public static class DetailsElementEventDispatchExtensions
1212
{
1313
/// <summary>
1414
/// Raises the <c>@ontoggle</c> event on <paramref name="element"/>

0 commit comments

Comments
 (0)