forked from loafle/openapi-generator-original
Spelling fixes (#7142)
This commit is contained in:
committed by
William Cheng
parent
b4f707450a
commit
794bb07cf7
@@ -66,11 +66,11 @@ my %_apis = map { $_ =~ /^WWW::SwaggerClient::(.*)$/; $1 => $_ }
|
||||
|
||||
create a new WWW::SwaggerClient::ApiFactory instance with the given WWW::SwaggerClient::ApiClient instance.
|
||||
|
||||
=head1 new(%paramters)
|
||||
=head1 new(%parameters)
|
||||
|
||||
Any parameters are optional, and are passed to and stored on the api_client object.
|
||||
|
||||
See L<WWW::SwaggerClient::ApiClient> and L<WWW::SwaggerClient::Configuration> for valid paramters
|
||||
See L<WWW::SwaggerClient::ApiClient> and L<WWW::SwaggerClient::Configuration> for valid parameters
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ use constant VERSION => '1.0.0';
|
||||
|
||||
WWW::SwaggerClient::Configuration - holds the configuration for all WWW::SwaggerClient Modules
|
||||
|
||||
=head1 new(%paramters)
|
||||
=head1 new(%parameters)
|
||||
|
||||
=over 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user