Skip to content

Commit e32908e

Browse files
docs: correct spelling of "Co-location" to "Colocation" for consistency in documentation
1 parent f898cf0 commit e32908e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,9 +994,9 @@ For each topic or feature to add to the release, open a new branch representing
994994
branch. Optionally add the `Prerelease` label on the PR for the release branch, to release preview versions before merging and releasing a published
995995
version of the PowerShell module.
996996

997-
### Co-location of concerns
997+
### Colocation of concerns
998998

999-
Co-locate concerns for long-term maintainability. For example, `#Requires -Modules` statements belong in the function files that use them, not in a
999+
Colocate concerns for long-term maintainability. For example, `#Requires -Modules` statements belong in the function files that use them, not in a
10001000
central manifest — this makes it immediately visible which functions drive each external dependency, and avoids silent drift between the manifest and
10011001
the actual code. Another example is how parameter descriptions are placed as comments in the `param()` block directly above each parameter
10021002
declaration, rather than in the comment-based help at the top of the function — this keeps the description next to the code it documents.

0 commit comments

Comments
 (0)