We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a279b2d commit b65eea0Copy full SHA for b65eea0
1 file changed
docs/database-engine/availability-groups/windows/availability-replica-is-disconnected.md
@@ -122,7 +122,7 @@ The following are possible solutions for this issue:
122
1. Then you can test the connection to the remote node. For example:
123
124
```PowerShell
125
- $computer = "remote_node" # Replace with Naode name as per your environment.
+ $computer = "remote_node" # Replace with Node name as per your environment.
126
$port = "5022" # Replace with the port from your database_mirroring_endpoints.
127
Test-NetConnection -ComputerName $computer -Port 5022
128
```
0 commit comments