devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Grammatical error: #34

Closed jbirley closed 3 years ago

jbirley commented 3 years ago

Chapter: 14

States

Recommendation

Section: 14.16 Summary

States

Recommendation(s)

Singular possesive of class

  • Instances of classes are created using the new() method, the New-Object cmdlet, or casting an [hashtable] to the class's type. Plural possesive of class
  • Instances of classes are created using the new() method, the New-Object cmdlet, or casting an [hashtable] to a classes' type.
jbirley commented 3 years ago

Also forgot, the "an" in front of [hastable] can be changed to "a".

devblackops commented 3 years ago

Thanks! Fixed.