Skip to content

Commit d98e057

Browse files
committed
change see to use on line 52
1 parent a8cf369 commit d98e057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/powershell/download-sql-server-ps-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can use the [PowerShell extension](../azure-data-studio/powershell-extension
4949

5050
To install the **SqlServer** module from the PowerShell Gallery, start a [PowerShell](/powershell/scripting/overview) session as an administrator. You can also start Azure Data Studio as an administrator and run these commands in a PowerShell session in the integrated terminal.
5151

52-
You can also use *Install-Module SQLServer -Scope CurrentUser* to run elevated permissions. This cmdlet is useful for users who aren't administrators in their environment. However, since the scope is limited to the current user, other users on the same machine can't see the module.
52+
You can also use *Install-Module SQLServer -Scope CurrentUser* to run elevated permissions. This cmdlet is useful for users who aren't administrators in their environment. However, since the scope is limited to the current user, other users on the same machine can't use the module.
5353

5454
### Install the SqlServer module
5555

0 commit comments

Comments
 (0)