Skip to content

Commit c5663c3

Browse files
authored
Update RFC0016-Census-Telemetry.md
1 parent b51999a commit c5663c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Draft/RFC0016-Census-Telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ On every startup of the PowerShell Console host, telemetry will be sent via [App
2424
- [System.Runtime.InteropServices.RuntimeInformation]::OSDescription (equivalent to `uname -a` on Unix)
2525
- GitCommitId (from $psversiontable)
2626

27-
Telemetry is only collect if the file DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY exists in $PSHome.
27+
Telemetry is only collected if the file DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY exists in $PSHome.
2828
Eventually, we want to adopt [RFC0015 Startup Configuration](https://github.com/PowerShell/PowerShell-RFC/blob/master/1-Draft/RFC0015-PowerShell-StartupConfig.md) as the way to enable/disable telemetry.
2929

3030
## Design

0 commit comments

Comments
 (0)