devblackops / building-powershell-modules-feedback

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

Grammatical error: #26

Closed Dev-Larks closed 4 years ago

Dev-Larks commented 4 years ago

Description

Incorrect word? The FunctionsToExport property tells PowerShell when "what"? functions are exported and available to the session when you import a module.

Chapter/section/subsection

Recommended fix

The FunctionsToExport property tells PowerShell what functions are exported and available to the session when you import a module.

ALSO - Final dot point of 9.5 Summary - should be 'scripts' Build script (scripts)? are the entry point to your project. All automation tasks should be executed from the build script.

devblackops commented 4 years ago

Corrected. Thanks!