diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs index 549dd3f5..c1592c94 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs @@ -33,7 +33,7 @@ namespace PepperDash.Essentials.Core /// Represents information about a network port, including its configuration and associated system details. /// /// This class provides properties to describe various attributes of a network port, such as its - /// name, description, VLAN configuration, and management IP address. It is typically used to store and retrieve + /// name, description, VLAN configuration, and management IP address. It is typically used to store and retrieve /// metadata about network ports in a managed environment. public class NvxNetworkPortInformation {