Skip to content

Commit 595a798

Browse files
authored
fix spelling failures in CI (#6191)
This fixes spelling failures in CI. It appears to be caused by a change in the tool used to test spelling This change: -Updates the dictionary for new and words which are detected differently -updates markdown where it is more appropriate -adds one file to the markdown tests.
1 parent 17b501c commit 595a798

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

.spelling

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ linux-x64
103103
lockfile
104104
macOS
105105
md
106+
microsoft
106107
Microsoft.PowerShell.Archive
107108
microsoft.powershell.commands.diagnostics
108109
microsoft.powershell.commands.management
@@ -223,6 +224,8 @@ _Jobs
223224
-Include
224225
-Title
225226
0xfeeddeadbeef
227+
about_
228+
about_Jobs
226229
acceptance
227230
alpha.10
228231
alpha.11
@@ -389,6 +392,7 @@ SwarfegaGit
389392
#region CODE_OF_CONDUCT.md Overrides
390393
- CODE_OF_CONDUCT.md
391394
microsoft.com
395+
o
392396
opencode
393397
#endregion
394398

@@ -420,6 +424,8 @@ u
420424

421425
#region demos/DSC/readme.md Overrides
422426
- demos/DSC/readme.md
427+
www.github.com
428+
omi
423429
#endregion
424430

425431
#region demos/python/README.md Overrides
@@ -485,7 +491,6 @@ WindowsPSModulePath
485491
andschwa's
486492
CurrentUser
487493
hub.docker.com
488-
microsoft
489494
NanoServer-Insider
490495
nanoserver-insider-powershell
491496
#endregion
@@ -506,8 +511,6 @@ WMI-based
506511

507512
#region docs/building/internals.md Overrides
508513
- docs/building/internals.md
509-
_arm
510-
_arm64
511514
Catalog
512515
flavor
513516
libpsl
@@ -517,6 +520,8 @@ plugin
517520
powershell-unix
518521
src
519522
v141
523+
x64_arm
524+
x64_arm64
520525
#endregion
521526

522527
#region docs/building/macos.md Overrides
@@ -691,6 +696,7 @@ RemoteSigned
691696
#region docs/learning-powershell/debugging-from-commandline.md Overrides
692697
- docs/learning-powershell/debugging-from-commandline.md
693698
_Debuggers
699+
about_Debuggers
694700
celsius
695701
Set-PSBreakpoint
696702
test.ps1
@@ -942,6 +948,7 @@ TabCompletion
942948

943949
#region docs/testing-guidelines/TestRoadmap.md Overrides
944950
- docs/testing-guidelines/TestRoadmap.md
951+
_no_
945952
corefx
946953
DotCover
947954
Downlevel
@@ -975,6 +982,7 @@ Gitter
975982
microsoft.com
976983
msi
977984
omnisharp-vscode
985+
o
978986
opencode
979987
pkg
980988
tgz
@@ -994,6 +1002,7 @@ libpsl-native
9941002
_history.txt
9951003
_PSReadline
9961004
50ms
1005+
about_PSReadline
9971006
AddToHistoryHandler
9981007
AppData
9991008
BackgroundColor

demos/SSHRemoting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In addition you will need to enable password authentication and optionally key b
4141
New-PSSession [-HostName] <string[]> [-Name <string[]>] [-UserName <string>] [-KeyFilePath <string>] [-SSHTransport] [<CommonParameters>]
4242
```
4343
1. Install the latest [Win32 Open SSH] build from GitHub using the [installation] instructions
44-
1. Edit the sshd_config file at the location where you installed Win32 Open SSH
44+
1. Edit the `sshd_config` file at the location where you installed Win32 Open SSH
4545
- Make sure password authentication is enabled
4646
```none
4747
PasswordAuthentication yes
@@ -70,7 +70,7 @@ In addition you will need to enable password authentication and optionally key b
7070
sudo apt install openssh-client
7171
sudo apt install openssh-server
7272
```
73-
1. Edit the sshd_config file at location /etc/ssh
73+
1. Edit the `sshd_config` file at location /etc/ssh
7474
- Make sure password authentication is enabled
7575
```none
7676
PasswordAuthentication yes

demos/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## PowerShell/Python Interoperation Demo
1+
# PowerShell/Python Interoperation Demo
22

3-
The "demo_script.ps1" file in this directory walks through a
3+
The `demo_script.ps1` file in this directory walks through a
44
demonstration of basic interoperation between PowerShell and Python
55
including how to use JSON to exchange structured objects between
66
Python and PowerShell.
77

8-
The other files in this directory are referenced by demo_script.ps1.
8+
The other files in this directory are referenced by `demo_script.ps1`.

test/common/markdown/markdown.tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
7777
'./.github/CONTRIBUTING.md'
7878
'./*.md'
7979
'./demos/SSHRemoting/*.md'
80+
'./demos/python/*.md'
8081
'./docker/*.md'
8182
'./docs/*.md'
8283
'./docs/building/*.md'

0 commit comments

Comments
 (0)