Fix another batch of spelling typos (#13915)

* Fix typos

* Remove repeated words

* Minor grammar fixes
This commit is contained in:
Nathan Baulch
2022-11-08 00:30:24 +11:00
committed by GitHub
parent 3dc8403e10
commit 9f1fa0e440
1449 changed files with 2576 additions and 2581 deletions

View File

@@ -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}

View File

@@ -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(){

View File

@@ -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(){