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:
@@ -951,7 +951,7 @@ Find purchase order by ID
|
||||
|
||||
===== Description
|
||||
|
||||
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
|
||||
|
||||
|
||||
// markup not found, no include::{specDir}store/order/\{orderId\}/GET/spec.adoc[opts=optional]
|
||||
|
||||
@@ -536,7 +536,7 @@ h4. Responses
|
||||
h3. getOrderById
|
||||
{panel:title=getOrderById|borderStyle=solid|borderColor=#003b6f|titleBGColor=#003b6f|titleColor=#a6b8c7|bgColor=#ffffff}
|
||||
*Summary:* Find purchase order by ID
|
||||
*Description:* For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
|
||||
*Description:* For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions
|
||||
|
||||
|| HttpMethod | {status:colour=Yellow|title=get|subtle=false} |
|
||||
|| Protocol | {noformat:nopanel=true}http{noformat} |
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.model-detail-popup .param-reqiured-true {
|
||||
.model-detail-popup .param-required-true {
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
clear: left;
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<h2><a name="getOrderById"></a>getOrderById</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p>For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions</p>
|
||||
<p>For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions</p>
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/store/order/{orderId}</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
|
||||
@@ -847,7 +847,7 @@ font-style: italic;
|
||||
<a class="up" href="#__Methods">Up</a>
|
||||
<pre class="get"><code class="huge"><span class="http-method">get</span> /store/order/{orderId}</code></pre></div>
|
||||
<div class="method-summary">Find purchase order by ID (<span class="nickname">getOrderById</span>)</div>
|
||||
<div class="method-notes">For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions</div>
|
||||
<div class="method-notes">For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions</div>
|
||||
|
||||
<h3 class="field-label">Path parameters</h3>
|
||||
<div class="field-items">
|
||||
|
||||
@@ -5229,7 +5229,7 @@ pub fn main() {
|
||||
<div class="pull-right"></div>
|
||||
<div class="clearfix"></div>
|
||||
<p></p>
|
||||
<p class="marked">For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions</p>
|
||||
<p class="marked">For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions</p>
|
||||
<p></p>
|
||||
<br />
|
||||
<pre class="prettyprint language-html prettyprinted" data-type="get"><code><span class="pln">/store/order/{orderId}</span></code></pre>
|
||||
|
||||
@@ -67,7 +67,7 @@ This endpoint does not need any parameter.
|
||||
|
||||
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
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user