Skip to content

Commit 4b9b61d

Browse files
committed
Update capitalization on Windows PowerShell
1 parent 5dc09f8 commit 4b9b61d

File tree

8 files changed

+8
-9
lines changed

8 files changed

+8
-9
lines changed

.wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ Pmod
577577
PostgerSQL
578578
PostgrSQL
579579
Postgres
580-
Powershell
581580
Prefetching
582581
Prereqs
583582
ProjectExplorer

content/learning-paths/laptops-and-desktops/llvm_putty/putty_llvm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ You can use Clang to build a CMake application for Windows on Arm. The example a
2727

2828
To compile PuTTY on a Windows on Arm device, follow the steps outlined below:
2929

30-
1. Open `Windows Powershell` on your Windows on Arm computer.
30+
1. Open `Windows PowerShell` on your Windows on Arm computer.
3131

32-
Run the next two steps at the Powershell command prompt.
32+
Run the next two steps at the PowerShell command prompt.
3333

3434
2. Create a directory to use for the build and go to the directory:
3535

content/learning-paths/laptops-and-desktops/win-opencv/2-2-build-clang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow the steps below to build OpenCV and a test application using the library
1212

1313
### Clone the OpenCV repository
1414

15-
Open up a Windows Powershell and checkout the source tree:
15+
Open up a Windows PowerShell and checkout the source tree:
1616

1717
```bash
1818
git clone https://github.com/opencv/opencv

content/learning-paths/laptops-and-desktops/win_sandbox_dot_net_cicd/win_sandbox_net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You will see instructions displayed on this page. These are commands you now nee
5050

5151
On your host machine, click on the Search bar and enter **Windows Sandbox**.
5252

53-
In your running Windows Sandbox, open up Powershell. You will now copy and paste all the commands into Powershell.
53+
In your running Windows Sandbox, open up PowerShell. You will now copy and paste all the commands into PowerShell.
5454

5555
The commands are also shown here for your convenience. To download the runner package:
5656

content/learning-paths/laptops-and-desktops/wsl2/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ There are other Linux distributions available in the Microsoft Store. Make sure
6464

6565
Another way to install Linux distributions is using the WSL command.
6666

67-
Open a Windows Powershell or Command Prompt and list the distributions available:
67+
Open a Windows PowerShell or Command Prompt and list the distributions available:
6868

6969
```cmd
7070
wsl --list --online

content/learning-paths/laptops-and-desktops/wsl2/systemd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following lines to `/etc/wsl.conf`:
2020
systemd=true
2121
```
2222

23-
Open a Windows Command Prompt or Powershell. Run the following commands to terminate and restart the distribution:
23+
Open a Windows Command Prompt or PowerShell. Run the following commands to terminate and restart the distribution:
2424

2525
```cmd
2626
wsl --terminate Ubuntu-22.04

content/learning-paths/smartphones-and-mobile/build-android-chat-app-using-onnxruntime/2-build-onnxruntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ONNX Runtime is an open-source inference engine designed to accelerate the deplo
1515

1616
### Clone onnxruntime repo
1717

18-
Open up a Windows Powershell and checkout the source tree:
18+
Open up a Windows PowerShell and checkout the source tree:
1919

2020
```bash
2121
cd C:\Users\$env:USERNAME

content/learning-paths/smartphones-and-mobile/build-android-chat-app-using-onnxruntime/3-build-onnxruntime-generate-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can learn more by reading the [ONNX Runtime generate() API page](https://onn
1818

1919

2020
### Clone onnxruntime-genai repo
21-
Within your Windows Powershell prompt, checkout the source repo:
21+
Within your Windows PowerShell prompt, checkout the source repo:
2222

2323
```bash
2424
C:\Users\$env:USERNAME

0 commit comments

Comments
 (0)