Skip to content

Commit 92bddaa

Browse files
committed
fixed minor typo
1 parent ce15d7b commit 92bddaa

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dist/rapidoc-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

-4 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

-3 Bytes
Binary file not shown.

dist/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {

src/components/api-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export default class ApiRequest extends LitElement {
499499
let url = new URL(fetchUrl, location.href);
500500
curlUrl = url.href;
501501
}
502-
curl=`curl -X ${this.method.toUpperCase()} "${fetchUrl}" `;
502+
curl=`curl -X ${this.method.toUpperCase()} "${curlUrl}" `;
503503

504504
//Submit Header Params
505505
headerParamEls.map(function(el){

0 commit comments

Comments
 (0)