Spelling fixes (#7142)

This commit is contained in:
Ville Skyttä
2017-12-10 04:48:30 +02:00
committed by William Cheng
parent b4f707450a
commit 794bb07cf7
55 changed files with 218 additions and 216 deletions

View File

@@ -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

View File

@@ -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