Skip to content

Commit 3201cd4

Browse files
authored
Update Get-Module.md
1 parent 2a9f2e2 commit 3201cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)