fix: Correct typo in LevelControlListItem class name

This commit is contained in:
anthony-lopez-pd 2026-06-02 09:55:27 -04:00
parent 0244b0e585
commit cd89cf1cc9

View file

@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core;
/// <summary>
/// Represents a level control item in a list, which can be used to control volume or mute functionality.
/// </summary>
public class LevelControlListItem : AudioConptrolListItemBase
public class LevelControlListItem : AudioControlListItemBase
{
/// <summary>