Skip to content

Commit

Permalink
Add space between words (MicrosoftDocs#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavdraper authored and sdwheeler committed Oct 1, 2018
1 parent a11828a commit 88690d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syntax.

## The command family is extensible

Interfaces such as **cmd.exe**don't provide a way for you to directly extend the built-in command
Interfaces such as **cmd.exe** don't provide a way for you to directly extend the built-in command
set. You can create external command-line tools that run in **cmd.exe**. But these external tools
don't have services, such as Help integration. **cmd.exe**doesn't automatically know that these
external tools are valid commands.
Expand Down Expand Up @@ -59,4 +59,4 @@ means "show me Help for this command".

PowerShell is built on the .NET Framework. It shares some syntax features and keywords with the C#
programming language. Learning PowerShell can make it much easier to learn C#. If you're already
familiar with C#, these similarities can make learning PowerShell easier.
familiar with C#, these similarities can make learning PowerShell easier.

0 comments on commit 88690d8

Please sign in to comment.