]> granicus.if.org Git - icinga2/commitdiff
Update documentation
authorGunnar Beutner <gunnar@beutner.name>
Tue, 10 Nov 2015 15:45:52 +0000 (16:45 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 10 Nov 2015 15:45:52 +0000 (16:45 +0100)
refs #9105

doc/20-script-debugger.md
doc/9-icinga2-api.md

index e28f69d3f875373458109ff800a8c489ce24c659..fdb9f964554d891419efd8ebc68fcb94c6991386 100644 (file)
@@ -6,10 +6,10 @@ parameter to enable the script debugger:
     # icinga2 daemon -X
 
 When an exception occurs or the [debugger](18-language-reference.md#breakpoints)
-keyword is encountered in a user script Icinga 2 launches a console that
+keyword is encountered in a user script, Icinga 2 launches a console that
 allows the user to debug the script.
 
-Here is a list of common error which can be diagnosed with the script debugger:
+Here is a list of common errors which can be diagnosed with the script debugger:
 
 * Configuration errors (apply)
 * Errors in user-defined functions
index 78bd7c18559f77ef27da80f555b2d085d81c46b3..83e08fcaf4dee9cb66faf352551271275097d756 100644 (file)
@@ -234,7 +234,7 @@ Here are the exact same query parameters as a JSON object:
 
 ### <a id="icinga2-api-requests-method-override"></a> Request Method Override
 
-`GET` requests do not allow to send a request body. In case you cannot pass everything as URL parameters (e.g. complex filters or JSON-encoded dictionaries) you can use the `X-HTTP-Method-Override` header. This comes in handy when you are using HTTP proxies disallowing `PUT` or `DELETE` requests too.
+`GET` requests do not allow you to send a request body. In case you cannot pass everything as URL parameters (e.g. complex filters or JSON-encoded dictionaries) you can use the `X-HTTP-Method-Override` header. This comes in handy when you are using HTTP proxies disallowing `PUT` or `DELETE` requests too.
 
 Query an existing object by sending a `POST` request with `X-HTTP-Method-Override: GET` as request header: