Skip to content

Commit ebe8d05

Browse files
Merge pull request #16 from 0xflotus/patch-1
fixed small errors
2 parents 3190cbc + 5f42eb8 commit ebe8d05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Features:
1919
- Mimetype `application/octet-stream` is handled as [File](https://developer.mozilla.org/en-US/docs/Web/API/File)
2020
- Other mimetypes are handled as [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob)
2121
- Translate date fields in response JSON to js Date object
22-
- Full suport XSD schema types (`xs:string`, `xs:number`, `xs:boolean`, `xs:datetime`, etc.)
22+
- Full support XSD schema types (`xs:string`, `xs:number`, `xs:boolean`, `xs:datetime`, etc.)
2323
- XSD schema enumeration handled as enum
2424
- XSD schema extension handled as object inheritance
2525
- Support fileupload in multipart/form-data
2626

2727

28-
## Instalation
28+
## Installation
2929

3030
Install globally rest-client-generator
3131

@@ -275,7 +275,7 @@ bootstrap(AppComponent,[provide(SERVICE_ROOT_URL, { useValue='http://yourapp.com
275275
276276
In JSON date types has string representation (ISO 8601). TypeScript is not able to recognize it and convert to Date object. Constant `SERVICE_JSON_DATE_PATTERN` is regular expression, which test all received strings, if they matched is converted to Date object.
277277
278-
Interface `Person` is type from schema `app.xsd`. Services `AuthService` and `PersonService` are resources from WADL `app.wadl` with they methods. HTTP call are asynchronous, so mehods return `Observable`.
278+
Interface `Person` is type from schema `app.xsd`. Services `AuthService` and `PersonService` are resources from WADL `app.wadl` with they methods. HTTP call are asynchronous, so methods return `Observable`.
279279
280280
281281
## Usage

0 commit comments

Comments
 (0)