Skip to content

Commit b65eea0

Browse files
authored
Update availability-replica-is-disconnected.md (#30577)
typo
1 parent a279b2d commit b65eea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/availability-groups/windows/availability-replica-is-disconnected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following are possible solutions for this issue:
122122
1. Then you can test the connection to the remote node. For example:
123123
124124
```PowerShell
125-
$computer = "remote_node" # Replace with Naode name as per your environment.
125+
$computer = "remote_node" # Replace with Node name as per your environment.
126126
$port = "5022" # Replace with the port from your database_mirroring_endpoints.
127127
Test-NetConnection -ComputerName $computer -Port 5022
128128
```

0 commit comments

Comments
 (0)