Skip to content

Commit bc7b7c4

Browse files
authored
Fix typo (#11062)
1 parent 67c20cf commit bc7b7c4

5 files changed

Lines changed: 29 additions & 29 deletions

File tree

reference/5.1/Microsoft.PowerShell.Host/Start-Transcript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.ConsoleHost.dll-help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Host
5-
ms.date: 01/04/2024
5+
ms.date: 04/30/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Transcript
@@ -49,7 +49,7 @@ name:
4949

5050
Starting in Windows PowerShell 5.0, `Start-Transcript` includes the hostname in the generated file
5151
name of all transcripts. The filename also includes random characters in names to prevent potential
52-
overwrites or duplication when two or more transcripts are started simultaneously. Including the
52+
overwrites or duplication when you start two or more transcripts simultaneously. Including the
5353
computer name is useful if you store your transcripts in a centralized location. The random
5454
character string prevents guessing of the filename to gain unauthorized access to the file.
5555

@@ -73,9 +73,9 @@ This command starts a transcript in the default file location.
7373
Start-Transcript -Path "C:\transcripts\transcript0.txt" -NoClobber
7474
```
7575

76-
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. Since the
77-
**NoClobber** parameter is used, the command prevents any existing files from being overwritten. If
78-
the `Transcript0.txt` file already exists, the command fails.
76+
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. **NoClobber**
77+
parameter prevents any existing files from being overwritten. If the `Transcript0.txt` file already
78+
exists, the command fails.
7979

8080
### Example 3: Start a transcript file with a unique name and store it on a file share
8181

reference/7.2/Microsoft.PowerShell.Host/Start-Transcript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.ConsoleHost.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Host
5-
ms.date: 01/04/2024
5+
ms.date: 04/30/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Transcript
@@ -44,14 +44,14 @@ console.
4444
By default, `Start-Transcript` stores the transcript in the following location using the default
4545
name:
4646

47-
- On Window: `$HOME\Documents`
47+
- On Windows: `$HOME\Documents`
4848
- On Linux or macOS: `$HOME`
4949

5050
The default filename is `PowerShell_transcript.<computername>.<random>.<timestamp>.txt`.
5151

5252
Starting in Windows PowerShell 5.0, `Start-Transcript` includes the hostname in the generated file
5353
name of all transcripts. The filename also includes random characters in names to prevent potential
54-
overwrites or duplication when two or more transcripts are started simultaneously. Including the
54+
overwrites or duplication when you start two or more transcripts simultaneously. Including the
5555
computer name is useful if you store your transcripts in a centralized location. The random
5656
character string prevents guessing of the filename to gain unauthorized access to the file.
5757

@@ -74,9 +74,9 @@ This command starts a transcript in the default file location.
7474
Start-Transcript -Path "C:\transcripts\transcript0.txt" -NoClobber
7575
```
7676

77-
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. Since the
78-
**NoClobber** parameter is used, the command prevents any existing files from being overwritten. If
79-
the `Transcript0.txt` file already exists, the command fails.
77+
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. **NoClobber**
78+
parameter prevents any existing files from being overwritten. If the `Transcript0.txt` file already
79+
exists, the command fails.
8080

8181
### Example 3: Start a transcript file with a unique name and store it on a file share
8282

reference/7.3/Microsoft.PowerShell.Host/Start-Transcript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.ConsoleHost.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Host
5-
ms.date: 01/04/2024
5+
ms.date: 04/30/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Transcript
@@ -44,14 +44,14 @@ console.
4444
By default, `Start-Transcript` stores the transcript in the following location using the default
4545
name:
4646

47-
- On Window: `$HOME\Documents`
47+
- On Windows: `$HOME\Documents`
4848
- On Linux or macOS: `$HOME`
4949

5050
The default filename is `PowerShell_transcript.<computername>.<random>.<timestamp>.txt`.
5151

5252
Starting in Windows PowerShell 5.0, `Start-Transcript` includes the hostname in the generated file
5353
name of all transcripts. The filename also includes random characters in names to prevent potential
54-
overwrites or duplication when two or more transcripts are started simultaneously. Including the
54+
overwrites or duplication when you start two or more transcripts simultaneously. Including the
5555
computer name is useful if you store your transcripts in a centralized location. The random
5656
character string prevents guessing of the filename to gain unauthorized access to the file.
5757

@@ -74,9 +74,9 @@ This command starts a transcript in the default file location.
7474
Start-Transcript -Path "C:\transcripts\transcript0.txt" -NoClobber
7575
```
7676

77-
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. Since the
78-
**NoClobber** parameter is used, the command prevents any existing files from being overwritten. If
79-
the `Transcript0.txt` file already exists, the command fails.
77+
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. **NoClobber**
78+
parameter prevents any existing files from being overwritten. If the `Transcript0.txt` file already
79+
exists, the command fails.
8080

8181
### Example 3: Start a transcript file with a unique name and store it on a file share
8282

reference/7.4/Microsoft.PowerShell.Host/Start-Transcript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.ConsoleHost.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Host
5-
ms.date: 01/04/2024
5+
ms.date: 04/30/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Transcript
@@ -44,14 +44,14 @@ console.
4444
By default, `Start-Transcript` stores the transcript in the following location using the default
4545
name:
4646

47-
- On Window: `$HOME\Documents`
47+
- On Windows: `$HOME\Documents`
4848
- On Linux or macOS: `$HOME`
4949

5050
The default filename is `PowerShell_transcript.<computername>.<random>.<timestamp>.txt`.
5151

5252
Starting in Windows PowerShell 5.0, `Start-Transcript` includes the hostname in the generated file
5353
name of all transcripts. The filename also includes random characters in names to prevent potential
54-
overwrites or duplication when two or more transcripts are started simultaneously. Including the
54+
overwrites or duplication when you start two or more transcripts simultaneously. Including the
5555
computer name is useful if you store your transcripts in a centralized location. The random
5656
character string prevents guessing of the filename to gain unauthorized access to the file.
5757

@@ -74,9 +74,9 @@ This command starts a transcript in the default file location.
7474
Start-Transcript -Path "C:\transcripts\transcript0.txt" -NoClobber
7575
```
7676

77-
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. Since the
78-
**NoClobber** parameter is used, the command prevents any existing files from being overwritten. If
79-
the `Transcript0.txt` file already exists, the command fails.
77+
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. **NoClobber**
78+
parameter prevents any existing files from being overwritten. If the `Transcript0.txt` file already
79+
exists, the command fails.
8080

8181
### Example 3: Start a transcript file with a unique name and store it on a file share
8282

reference/7.5/Microsoft.PowerShell.Host/Start-Transcript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.ConsoleHost.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Host
5-
ms.date: 01/04/2024
5+
ms.date: 04/30/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.host/start-transcript?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Transcript
@@ -44,14 +44,14 @@ console.
4444
By default, `Start-Transcript` stores the transcript in the following location using the default
4545
name:
4646

47-
- On Window: `$HOME\Documents`
47+
- On Windows: `$HOME\Documents`
4848
- On Linux or macOS: `$HOME`
4949

5050
The default filename is `PowerShell_transcript.<computername>.<random>.<timestamp>.txt`.
5151

5252
Starting in Windows PowerShell 5.0, `Start-Transcript` includes the hostname in the generated file
5353
name of all transcripts. The filename also includes random characters in names to prevent potential
54-
overwrites or duplication when two or more transcripts are started simultaneously. Including the
54+
overwrites or duplication when you start two or more transcripts simultaneously. Including the
5555
computer name is useful if you store your transcripts in a centralized location. The random
5656
character string prevents guessing of the filename to gain unauthorized access to the file.
5757

@@ -74,9 +74,9 @@ This command starts a transcript in the default file location.
7474
Start-Transcript -Path "C:\transcripts\transcript0.txt" -NoClobber
7575
```
7676

77-
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. Since the
78-
**NoClobber** parameter is used, the command prevents any existing files from being overwritten. If
79-
the `Transcript0.txt` file already exists, the command fails.
77+
This command starts a transcript in the `Transcript0.txt` file in `C:\transcripts`. **NoClobber**
78+
parameter prevents any existing files from being overwritten. If the `Transcript0.txt` file already
79+
exists, the command fails.
8080

8181
### Example 3: Start a transcript file with a unique name and store it on a file share
8282

0 commit comments

Comments
 (0)