Skip to content

Commit 0ba81dc

Browse files
authored
Grammatical/markdown fixes
1 parent 590da98 commit 0ba81dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Style-Guide/Introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In the Python community, developers have a great programming style reference provided as part of the language enhancement process specifications ([PEP-8](https://www.python.org/dev/peps/pep-0008/)), but in the PowerShell world there has been no official documentation of community preferences.
66

7-
This document is an attempt to come to an agreement on a style-guide because we know that the more people follow the same set of code-style habits, the more readable the community's code will be. In other words, although the recommendations of this guide are _just recomendations_, if you follow them, you will write PowerShell code that is more easily read, understood, and maintained.
7+
This document is an attempt to come to an agreement on a style-guide because we know that the more people follow the same set of code-style habits, the more readable the community's code will be. In other words, although the recommendations of this guide are _just recommendations_, if you follow them, you will write PowerShell code that is more easily read, understood, and maintained.
88

99
## Table of Contents
1010

@@ -13,4 +13,3 @@ This document is an attempt to come to an agreement on a style-guide because we
1313
- [Documentation and Comments](Documentation-and-Comments.md)
1414
- [Readability](Readability.md)
1515
- [Naming Conventions](Naming-Conventions.md)
16-

0 commit comments

Comments
 (0)