Skip to content

Commit 7c555b8

Browse files
committed
Fix typos
1 parent ac2dfb1 commit 7c555b8

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
---
2-
description: This Language Specification describe the syntax, semantics, and behavior of the PowerShell language.
2+
description: The Monad Manifesto explains the original vision for PowerShell and how it would change the way we manage systems.
33
ms.date: 07/07/2025
44
title: The Monad Manifesto
55
---
66
# The Monad Manifesto
77

88
Jeffrey Snover, the inventor of PowerShell, wrote the Monad Manifesto to explain his vision for
99
PowerShell and how it would change the way we manage systems. You can read more about why he wrote
10-
it in his [Monad Manifesto](https://www.jsnover.com/blog/2011/10/01/monad-manifesto/) blog post.
10+
it in his [Monad Manifesto][02] blog post.
1111

12-
In that post, he explained how hard it was to communicate the vision for PowerShell to
13-
widely-distrubted development teams. The development teams didn't understand the vision. Writing the
12+
In that post, he explained how hard it was to communicate the vision for PowerShell to widely
13+
distributed development teams. The development teams didn't understand the vision. Writing the
1414
Manifesto forced him to be clear about what problem being addressed, the core principles of the
1515
design, how to address the problem, who would benefit from it, and why.
1616

1717
Use the following link to download a copy of the manifesto.
1818

19-
- [Monad Manifesto][33].
19+
- [Monad Manifesto][01].
2020

21-
This is an important document for PowerShell and is provided for historical context. This is a
22-
version of the original Monad Manifesto that articulated the long-term vision and started the
23-
development effort that became PowerShell. PowerShell has delivered on many of the elements
21+
This is an important document for PowerShell. It's provided here for historical context. This PDF
22+
file is a version of the original Monad Manifesto that articulated the long-term vision and started
23+
the development effort that became PowerShell. PowerShell has delivered on many of the elements
2424
described in this document.
2525

2626
<!-- link references -->
27-
[33]: https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/assets/MonadManifesto.pdf
27+
[01]: https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/assets/MonadManifesto.pdf
28+
[02]: https://www.jsnover.com/blog/2011/10/01/monad-manifesto/

reference/docs-conceptual/overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ following features:
3737

3838
## Automation platform
3939

40-
The extensible nature of PowerShell has enabled an ecosystem of PowerShell modules to deploy and
41-
manage almost any technology you work with. For example:
40+
The extensible nature of PowerShell provides an ecosystem of PowerShell modules to deploy and manage
41+
almost any technology you work with. For example:
4242

43-
Microsoft
43+
Microsoft modules
4444

4545
- [Azure][02]
4646
- [Windows][25]
4747
- [Exchange][04]
4848
- [SQL][27]
4949

50-
Third-party
50+
Third-party modules
5151

5252
- [AWS][30]
5353
- [VMware][32]
@@ -68,17 +68,17 @@ Jeffrey Snover, the inventor of PowerShell, wrote the Monad Manifesto to explain
6868
PowerShell and how it would change the way we manage systems. Use the following link to download a
6969
copy of the [Monad Manifesto][33].
7070

71-
This is a version of the original Monad Manifesto that articulated the long-term vision and started
72-
the development effort that became PowerShell. PowerShell has delivered on many of the elements
73-
described in this document.
71+
This PDF file is a version of the original Monad Manifesto that articulated the long-term vision and
72+
started the development effort that became PowerShell. PowerShell has delivered on many of the
73+
elements described in this document.
7474

7575
## Next steps
7676

7777
### Getting started
7878

7979
Are you new to PowerShell and don't know where to start? Take a look at these resources.
8080

81-
- [Installing PowerShell][22]
81+
- [Install PowerShell][22]
8282
- [Discover PowerShell][29]
8383
- [PowerShell 101][23]
8484
- [Microsoft Virtual Academy videos][26]

0 commit comments

Comments
 (0)