Fix typo in javascript generator template (#3249)

* Fix typo in javascript generator template

* Update sample client
This commit is contained in:
Michael Petö
2019-06-30 06:07:49 +02:00
committed by William Cheng
parent 3e5e82460f
commit 1730a4efce
119 changed files with 1082 additions and 249 deletions

View File

@@ -22,7 +22,7 @@ Then install it via:
npm install open_api_petstore --save
```
Finaly, you need to build the module:
Finally, you need to build the module:
```shell
npm run build
@@ -48,7 +48,7 @@ To use the link you just defined in your project, switch to the directory you wa
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
```
Finaly, you need to build the module:
Finally, you need to build the module:
```shell
npm run build