Skip to content

Commit 3505902

Browse files
alexandairTylerLeonhardt
authored andcommitted
Fix typos (#842)
Fix typos.
1 parent 10fc0f7 commit 3505902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

module/docs/PowerShellEditorServices.Commands.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The ConvertFrom-ScriptExtent function converts ScriptExtent objects to types use
2020

2121
### [ConvertTo-ScriptExtent](ConvertTo-ScriptExtent.md)
2222

23-
The ConvertTo-ScriptExtent function can be used to convert any object with position related properties to a ScriptExtent object. You can also specify the parameters directly to manually create ScriptExtent objects.
23+
The ConvertTo-ScriptExtent function can be used to convert any object with position-related properties to a ScriptExtent object. You can also specify the parameters directly to manually create ScriptExtent objects.
2424

2525
### [Find-Ast](Find-Ast.md)
2626

27-
The Find-Ast function can be used to easily find a specific AST within a script file. All ASTs following the inital starting ast will be searched, including those that are not part of the same tree.
27+
The Find-Ast function can be used to easily find a specific AST within a script file. All ASTs following the initial starting AST will be searched, including those that are not part of the same tree.
2828

2929
### [Get-Token](Get-Token.md)
3030

31-
The Get-Token function can retrieve tokens from the current editor context, or from a ScriptExtent object. You can then use the ScriptExtent functions to manipulate the text at it's location.
31+
The Get-Token function can retrieve tokens from the current editor context, or from a ScriptExtent object. You can then use the ScriptExtent functions to manipulate the text at its location.
3232

3333
### [Import-EditorCommand](Import-EditorCommand.md)
3434

@@ -38,7 +38,7 @@ Alternatively, you can specify command info objects (like those from the Get-Com
3838

3939
### [Join-ScriptExtent](Join-ScriptExtent.md)
4040

41-
The Join-ScriptExtent function will combine all ScriptExtent objects piped to it into a single extent. This can be used combine multiple ASTs, tokens, or other script elements into a single object that can then be manipulated or used for more targeted searches.
41+
The Join-ScriptExtent function will combine all ScriptExtent objects piped to it into a single extent. This can be used to combine multiple ASTs, tokens, or other script elements into a single object that can then be manipulated or used for more targeted searches.
4242

4343
### [Set-ScriptExtent](Set-ScriptExtent.md)
4444

0 commit comments

Comments
 (0)