Parcourir la source

Further markdown syntax correction for testing page

cmacrae il y a 10 ans
Parent
commit
6068ed9b32
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      docs/testing.md

+ 2 - 2
docs/testing.md

@@ -13,8 +13,8 @@ As support for other operating systems/distributions is written, they will be ad
 
 
 ## Caveats
 ## Caveats
 It is expected that the following two handlers, triggered at the end of the test run will fail:  
 It is expected that the following two handlers, triggered at the end of the test run will fail:  
-- `restart sensu-server service`
-- `restart sensu-api service`
+- `restart sensu-server service`  
+- `restart sensu-api service`  
 
 
 Both these handlers use the `delegate_to` directive, which does not play nice with Vagrant.  
 Both these handlers use the `delegate_to` directive, which does not play nice with Vagrant.  
 This __is__ expected to work in real deployments.
 This __is__ expected to work in real deployments.