Merge remote-tracking branch 'origin/master' into 4.1.x

This commit is contained in:
wing328
2019-07-02 22:48:09 +08:00
207 changed files with 2213 additions and 910 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