]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update _template.json
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 19:22:17 +0000 (15:22 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/_template.json

index 1e419825f223d052485f54b883f42d6885a062a3..c0cd378687454b23f95298af36de97eb3ab7eb6a 100644 (file)
     "hook": "name of the hook that provides this command. remove if provided by
              the core code",
 
-    // This defines a syntax of the command.
+    // This defines the syntax of the command.
     "cmd-syntax": "Syntax of the command",
 
     // This defines a description printed immediately below the command syntax.
     "cmd-comment": "Possibly some extra comments after the syntax.",
 
-    // This defines a syntax of the response.
+    // This defines the syntax of the response.
     "resp-syntax": "Syntax of the response",
 
     // This defines a description printed immediately below the response syntax.