diff --git a/reference/6/Microsoft.PowerShell.Management/Stop-Process.md b/reference/6/Microsoft.PowerShell.Management/Stop-Process.md
index 4319b35d29f0..e1181e8bc73f 100644
--- a/reference/6/Microsoft.PowerShell.Management/Stop-Process.md
+++ b/reference/6/Microsoft.PowerShell.Management/Stop-Process.md
@@ -285,14 +285,11 @@ Otherwise, this cmdlet does not generate any output.
 ## NOTES
 * You can also refer to **Stop-Process** by its built-in aliases, **kill** and **spps**. For more information, see about_Aliases.
 
-  You can also use the properties and methods of the Windows Management Instrumentation (WMI) **Win32_Process** object in Windows PowerShell.
-For more information, see **Get-WmiObject** and the WMI SDK.
+* You can also use the properties and methods of the Windows Management Instrumentation (WMI) **Win32_Process** object in Windows PowerShell. For more information, see **Get-WmiObject** and the WMI SDK.
 
-  When stopping processes, realize that stopping a process can stop process and services that depend on the process.
+* When stopping processes, realize that stopping a process can stop process and services that depend on the process.
 In an extreme case, stopping a process can stop Windows.
 
-*
-
 ## RELATED LINKS
 
 [Debug-Process](Debug-Process.md)