Skip to content

Commit e8f4250

Browse files
authored
Merge pull request #163 from richy58729/master
A few suggestions for improvement
2 parents 8d54c00 + 4aa8272 commit e8f4250

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
Are you interested in helping create the style guide, or do you just want to change a specific rule? You may use the issues system or Github pull requests freely to suggests corrections and simple changes to rules. However, if you want to add a completely new rule, or totally change a rule, please open an issue and let us discuss it!
3+
Are you interested in helping create the style guide, or do you just want to change a specific rule? You may use the issues system or Github pull requests freely to suggest corrections and simple changes to rules. However, if you want to add a completely new rule, or totally change a rule, please open an issue and let us discuss it!
44

55
### Tone
66

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The authors encourage you to redistribute this content as widely as possible, bu
1313

1414
#### Credits
1515

16-
_The Community Book of PowerShell Practices_ was originally compiled and edited by Don Jones and Matt Penny with input from the Windows PowerShell community on PowerShell.org
16+
_The Community Book of PowerShell Practices_ was originally compiled and edited by Don Jones and Matt Penny with input from the Windows PowerShell community on PowerShell.org.
1717

1818
Portions copyright (c) Don Jones, Matt Penny, 2014-2015
1919

@@ -27,7 +27,7 @@ Portions copyright (c) Joel Bennett, 2015
2727

2828
#### NOTE
2929

30-
The *PowerShell Best Practices* are always evolving, and continue to be edited and updated as the language and tools (and our community understanding of them) evolve. We encourage you to check back for new editions at least twice a year, by visiting [https://github.com/PoshCode/PowerShellPracticeAndStyle](https://github.com/PoshCode/PowerShellPracticeAndStyle)
30+
The *PowerShell Best Practices* are always evolving, and continue to be edited and updated as the language and tools (and our community understanding of them) evolve. We encourage you to check back for new editions at least twice a year, by visiting [https://github.com/PoshCode/PowerShellPracticeAndStyle](https://github.com/PoshCode/PowerShellPracticeAndStyle).
3131

3232
The *PowerShell Style Guide* in particular is in PREVIEW, and we are still actively working out our disagreements about the rules in the guide through the GitHub issues system. Please don't be surprised if over then next few weeks we change rules to contradict what they say at this current moment.
3333

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@ The guidelines are divided into these sections:
4343
* [Error Handling](Best-Practices/Error-Handling.md)
4444
* [Performance](Best-Practices/Performance.md)
4545
* [Security](Best-Practices/Security.md)
46-
* [Language, Interop and .Net](Best-Practices/Language-Interop-and-.Net.md)
46+
* [Language, Interop and .NET](Best-Practices/Language-Interop-and-.NET.md)
4747
* [Metadata, Versioning, and Packaging](Best-Practices/Metadata-Versioning-and-Packaging.md)
4848

4949
### Current State:
5050

51-
Remember [what we mean by _Best Practices_](#what-are-best-practices)
51+
Remember [what we mean by _Best Practices_](#what-are-best-practices).
5252

53-
The *PowerShell Best Practices* are always evolving, and continue to be edited and updated as the language and tools (and our community understanding of them) evolve. We encourage you to check back for new editions at least twice a year, by visiting [https://github.com/PoshCode/PowerShellPracticeAndStyle](https://github.com/PoshCode/PowerShellPracticeAndStyle)
53+
The *PowerShell Best Practices* are always evolving, and continue to be edited and updated as the language and tools (and our community understanding of them) evolve. We encourage you to check back for new editions at least twice a year, by visiting [https://github.com/PoshCode/PowerShellPracticeAndStyle](https://github.com/PoshCode/PowerShellPracticeAndStyle).
5454

5555
The *PowerShell Style Guide* in particular is in PREVIEW, and we are still actively working out our disagreements about the rules in the guide through the GitHub issues system.
5656

5757
#### Contributing
5858

5959
Please use the issues system or GitHub pull requests to make corrections, contributions, and other changes to the text - we welcome your contributions!
6060

61-
For more information, see [CONTRIBUTING](CONTRIBUTING.md)
61+
For more information, see [CONTRIBUTING](CONTRIBUTING.md).
6262

6363
#### Credits
6464

65-
_The Community Book of PowerShell Practices_ was originally compiled and edited by Don Jones and Matt Penny with input from the Windows PowerShell community on PowerShell.org
65+
_The Community Book of PowerShell Practices_ was originally compiled and edited by Don Jones and Matt Penny with input from the Windows PowerShell community on PowerShell.org.
6666

6767
Portions copyright (c) Don Jones, Matt Penny, 2014-2015
6868

TableOfContents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ PowerShell Practice and Style Guide
2323
* [Error Handling](Best-Practices/Error-Handling.md)
2424
* [Performance](Best-Practices/Performance.md)
2525
* [Security](Best-Practices/Security.md)
26-
* [Language, Interop and .Net](Best-Practices/Language-Interop-and-.Net.md)
26+
* [Language, Interop and .NET](Best-Practices/Language-Interop-and-.NET.md)
2727
* [Metadata, Versioning, and Packaging](Best-Practices/Metadata-Versioning-and-Packaging.md)

0 commit comments

Comments
 (0)