From 5d6ca8ababb85c1c9c2d7dd9eb206a64c735630a Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 14:32:02 -0400 Subject: [PATCH] Update _template.json --- doc/api/_template.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/_template.json b/doc/api/_template.json index 008db1113f..0433bb8e7a 100644 --- a/doc/api/_template.json +++ b/doc/api/_template.json @@ -21,20 +21,20 @@ "avail": "first version the command appeared in", // Many commands are provided by a hook. Specify the name of the hook here. - // If this hook is provided by the deamons natively (without needing to load + // If this hook is provided by the daemons natively (without needing to load // a hook), remove the whole "hook" entry. "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 a 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 a syntax of the response. "resp-syntax": "Syntax of the response", - // This defines a description printed immediately below th response syntax. - "resp-comment": "Optional extra comments after the respone syntax." + // This defines a description printed immediately below the response syntax. + "resp-comment": "Optional extra comments after the response syntax." } -- 2.47.3