From 0e1fb8fcc8bad2d1abc56ef9f3e6a16c3a2acfe4 Mon Sep 17 00:00:00 2001
From: wing328
Date: Fri, 3 May 2019 04:12:22 +0000
Subject: [PATCH] Deploy website
Deploy website version based on bd0d6af968f8cb70c8b5b367b7ab41731c702f87
---
docs/generators/typescript-axios.html | 6 +++---
docs/generators/typescript-axios/index.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/generators/typescript-axios.html b/docs/generators/typescript-axios.html
index 72ef6201f21..143a6336e19 100644
--- a/docs/generators/typescript-axios.html
+++ b/docs/generators/typescript-axios.html
@@ -26,11 +26,11 @@ sidebar_label: typescript-axios
supportsES6 | Generate code that conforms to ES6. | | false |
npmName | The name under which you want to publish generated npm package | | null |
npmVersion | The version of your npm package | | null |
-npmRepository | Use this property to set an url your private npmRepo in the package.json | | null |
+npmRepository | Use this property to set an url of your private npmRepo in the package.json | | null |
snapshot | When setting this property to true the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm | | false |
withInterfaces | Setting this property to true will generate interfaces next to the default class implementations. | | false |
withSeparateModelsAndApi | Put the model and api in separate folders and in separate classes | | false |
-withoutPrefixEnums | Dont prefix enum names with class names | | false |
+withoutPrefixEnums | Don't prefix enum names with class names | | false |
-Last updated on 2019-4-18