docs(mako): fix typo

This commit is contained in:
gheoan
2018-12-10 18:45:14 +02:00
committed by Sebastian Thiel
parent 3eca215447
commit 43b953445e
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ ${self._setter_fn(resource, method, m, p, part_prop, ThisType, c)}\
/// It should be used to set parameters which are not yet available through their own
/// setters.
///
/// Please note that this method must not be used to set any of the known paramters
/// Please note that this method must not be used to set any of the known parameters
/// which have their own setter method. If done anyway, the request will fail.
% if parameters:
///

View File

@@ -49,7 +49,7 @@ ${util.program_name()} [options]
if mc.optional_props or parameters is not UNDEFINED:
args.append('[-%s %s]...' % (PARAM_FLAG, '<%s>' % VALUE_ARG))
# end paramters
# end parameters
if mc.response_schema or mc.m.get('supportsMediaDownload', False):
args.append('[-%s <%s>]' % (OUTPUT_FLAG, OUT_ARG))
@@ -201,7 +201,7 @@ let arg_data = [
False,
True,
))
# end paramters
# end parameters
if mc.response_schema or mc.m.get('supportsMediaDownload', False):
args.append((