Skip to content

Commit 9bc6a76

Browse files
authored
Update Get-Module.md
1 parent 3201cd4 commit 9bc6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Core/Get-Module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Accept wildcard characters: False
497497

498498
By default, `Get-Module` only returns the modules that have been imported into the current session.
499499
With this parameter the command lists modules installed in any path included in the
500-
**$env:PSModulePath** environment variable.
500+
`$env:PSModulePath` environment variable.
501501

502502
```yaml
503503
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)