Skip to content

Commit fd2d0c1

Browse files
authored
Merge pull request #88661 from changeworld/patch-78
Fix typo
2 parents ec95269 + c9bd820 commit fd2d0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-understand-and-troubleshoot-with-system-health-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The warning report is automatically cleared when all seed nodes become healthy.
7272

7373
For cluster running Service Fabric version older than 6.5:
7474
In this case, the warning report needs to be cleared manually. **Users should make sure all the seed nodes become healthy before clearing the report**: if the seed node is Down, users need to bring that seed node up;if the seed node is Removed or Unknown, that seed node needs to be removed from the cluster.
75-
After all the seed nodes become healthy, use following command from Powershell to [clear the warning report](/powershell/module/servicefabric/send-servicefabricclusterhealthreport):
75+
After all the seed nodes become healthy, use following command from PowerShell to [clear the warning report](/powershell/module/servicefabric/send-servicefabricclusterhealthreport):
7676

7777
```powershell
7878
PS C:\> Send-ServiceFabricClusterHealthReport -SourceId "System.FM" -HealthProperty "SeedNodeStatus" -HealthState OK

0 commit comments

Comments
 (0)