Skip to content

Commit b6a9be7

Browse files
authored
using-aliases.md - fix 'mv' typo (MicrosoftDocs#12481)
* using-aliases.md - fix typo * Fix alias for move command in documentation
1 parent c4961eb commit b6a9be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/shell/using-aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ alias:
8181
| `dir` | `ls` | `Get-ChildItem` | `gci`, `dir`, `ls` |
8282
| `echo` | `echo` | `Write-Output` | `write` `echo` |
8383
| `md` | `mkdir` | `New-Item` | `ni` |
84-
| `move` | `mv` | `Move-Item` | `mi`, `move`, `mi` |
84+
| `move` | `mv` | `Move-Item` | `mi`, `move`, `mv` |
8585
| `popd` | `popd` | `Pop-Location` | `popd` |
8686
| | `pwd` | `Get-Location` | `gl`, `pwd` |
8787
| `pushd` | `pushd` | `Push-Location` | `pushd` |

0 commit comments

Comments
 (0)