Skip to content

Commit cf0bd6a

Browse files
authored
Fix typos in Readme (#1374)
Close #1373
1 parent 95fd44a commit cf0bd6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ Construct a WSDL instance from either the WSDL content or the URL to the WSDL.
852852

853853
#### Parameters
854854

855-
- wsdl: A string wSDL or an URL to the WSDL
855+
- wsdl: a WSDL string or an URL to the WSDL
856856
- baseURL: base URL for the SOAP API
857857
- options: options (see source for details), use `{}` as default.
858858

@@ -895,7 +895,7 @@ import { IProspectType } from './types';
895895
const WSDL_CONTENT = "...";
896896

897897
const httpClient: AxiosInstance = /* ... instantiate ... */;
898-
const url = 'http://example.org/SoapService.svc';
898+
const baseURL = 'http://example.org/SoapService.svc';
899899

900900
const wsdl = new WSDL(WSDL_CONTENT, baseURL, {});
901901

0 commit comments

Comments
 (0)