Skip to content

Commit 77d0110

Browse files
authored
Replace "enumerateion" with "enumeration" (#10243)
1 parent afa1b3f commit 77d0110

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 06/23/2023
4+
ms.date: 07/05/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -611,7 +611,7 @@ examples are better defined to: avoid property repetitions, better align common
611611
properties, and reuse common business logic.
612612

613613
Most objects in the data center are company assets, which makes sense to start
614-
tracking them as assets. The `DeviceType` enumerateion defines device types
614+
tracking them as assets. The `DeviceType` enumeration defines device types
615615
used by the class. For more information about enumerations, see
616616
[about_Enum][02].
617617

reference/7.2/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 06/23/2023
4+
ms.date: 07/05/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.2&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -611,7 +611,7 @@ examples are better defined to: avoid property repetitions, better align common
611611
properties, and reuse common business logic.
612612

613613
Most objects in the data center are company assets, which makes sense to start
614-
tracking them as assets. The `DeviceType` enumerateion defines device types
614+
tracking them as assets. The `DeviceType` enumeration defines device types
615615
used by the class. For more information about enumerations, see
616616
[about_Enum][02].
617617

reference/7.3/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 06/23/2023
4+
ms.date: 07/05/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.3&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -611,7 +611,7 @@ examples are better defined to: avoid property repetitions, better align common
611611
properties, and reuse common business logic.
612612

613613
Most objects in the data center are company assets, which makes sense to start
614-
tracking them as assets. The `DeviceType` enumerateion defines device types
614+
tracking them as assets. The `DeviceType` enumeration defines device types
615615
used by the class. For more information about enumerations, see
616616
[about_Enum][02].
617617

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 06/23/2023
4+
ms.date: 07/05/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -611,7 +611,7 @@ examples are better defined to: avoid property repetitions, better align common
611611
properties, and reuse common business logic.
612612

613613
Most objects in the data center are company assets, which makes sense to start
614-
tracking them as assets. The `DeviceType` enumerateion defines device types
614+
tracking them as assets. The `DeviceType` enumeration defines device types
615615
used by the class. For more information about enumerations, see
616616
[about_Enum][02].
617617

0 commit comments

Comments
 (0)