We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8059197 commit 8a575adCopy full SHA for 8a575ad
src/share/api/generate-templates
@@ -36,7 +36,7 @@ while [ $# -ne 0 ]; do
36
echo " \"cmd-comment\": [ \"Possibly some extra comments after the syntax.\" ]," >> "$F"
37
38
echo " \"resp-syntax\": [ \"Syntax of the response\" ]," >> "$F"
39
- echo " \"resp-comment\": [ \"Optional extra comments after the resposne syntax.\" ]" >> "$F"
+ echo " \"resp-comment\": [ \"Optional extra comments after the response syntax.\" ]" >> "$F"
40
echo "}" >> "$F"
41
42
echo "$CMD generated."
0 commit comments