mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Fix typo in javascript generator template (#3249)
* Fix typo in javascript generator template * Update sample client
This commit is contained in:
committed by
William Cheng
parent
3e5e82460f
commit
1730a4efce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user