]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update backend-remote.md
authorNiall Donegan <github@nialldonegan.me>
Mon, 7 Dec 2015 10:42:41 +0000 (10:42 +0000)
committerNiall Donegan <github@nialldonegan.me>
Mon, 7 Dec 2015 10:42:41 +0000 (10:42 +0000)
docs/markdown/authoritative/backend-remote.md

index ef330d8553ce592423f12e4bdf9a1b010fc45cf0..0c1f4c2b05ba3efb04a9ee3d78949e1722be7b72 100644 (file)
@@ -74,7 +74,7 @@ remote-connection-string=zeromq:endpoint=ipc:///tmp/tmp.sock
 
 # API
 ## Queries
-Unix, Pipe and ZeroMQ connectors send JSON formatted string to the remote end. Each JSON query has two sections, 'method' and 'parameters'.
+Unix, Pipe and ZeroMQ connectors send JSON formatted strings to the remote end. Each JSON query has two sections, 'method' and 'parameters'.
 
 HTTP connector calls methods based on URL and has parameters in the query string. Most calls are GET; see the methods listing for details. You can change this with post and post\_json attributes.