forked from loafle/openapi-generator-original
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -123,7 +123,7 @@ export default class StoreApi {
|
||||
|
||||
/**
|
||||
* Find purchase order by ID
|
||||
* For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
||||
* For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions
|
||||
* @param {Number} orderId ID of pet that needs to be fetched
|
||||
* @param {module:api/StoreApi~getOrderByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
||||
* data is of type: {@link module:model/Order}
|
||||
|
||||
@@ -124,7 +124,7 @@ class Color {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the actaul instance, which can be <code>String</code>, <code>[Number]</code>.
|
||||
* Gets the actual instance, which can be <code>String</code>, <code>[Number]</code>.
|
||||
* @return {(module:model/String|module:model/[Number])} The actual instance.
|
||||
*/
|
||||
getActualInstance() {
|
||||
@@ -132,7 +132,7 @@ class Color {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the actaul instance, which can be <code>String</code>, <code>[Number]</code>.
|
||||
* Sets the actual instance, which can be <code>String</code>, <code>[Number]</code>.
|
||||
* @param {(module:model/String|module:model/[Number])} obj The actual instance.
|
||||
*/
|
||||
setActualInstance(obj) {
|
||||
@@ -140,7 +140,7 @@ class Color {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the JSON representation of the actual intance.
|
||||
* Returns the JSON representation of the actual instance.
|
||||
* @return {string}
|
||||
*/
|
||||
toJSON = function(){
|
||||
|
||||
@@ -88,7 +88,7 @@ class Pig {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the actaul instance, which can be <code>BasquePig</code>, <code>DanishPig</code>.
|
||||
* Gets the actual instance, which can be <code>BasquePig</code>, <code>DanishPig</code>.
|
||||
* @return {(module:model/BasquePig|module:model/DanishPig)} The actual instance.
|
||||
*/
|
||||
getActualInstance() {
|
||||
@@ -96,7 +96,7 @@ class Pig {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the actaul instance, which can be <code>BasquePig</code>, <code>DanishPig</code>.
|
||||
* Sets the actual instance, which can be <code>BasquePig</code>, <code>DanishPig</code>.
|
||||
* @param {(module:model/BasquePig|module:model/DanishPig)} obj The actual instance.
|
||||
*/
|
||||
setActualInstance(obj) {
|
||||
@@ -104,7 +104,7 @@ class Pig {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the JSON representation of the actual intance.
|
||||
* Returns the JSON representation of the actual instance.
|
||||
* @return {string}
|
||||
*/
|
||||
toJSON = function(){
|
||||
|
||||
Reference in New Issue
Block a user