Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: corrected typo error #1089

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions playground/specs/dummy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ channels:
Still dummy though.
operationId: receiveNewDummyInfo
tags:
- name: oparation-tag1
- name: operation-tag1
externalDocs:
description: External docs description 1
url: https://www.asyncapi.com/
- name: oparation-tag2
- name: operation-tag2
description: Description 2
externalDocs:
url: "https://www.asyncapi.com/"
- name: oparation-tag3
- name: oparation-tag4
- name: operation-tag3
- name: operation-tag4
description: Description 4
- name: oparation-tag5
- name: operation-tag5
externalDocs:
url: "https://www.asyncapi.com/"
traits:
Expand Down
10 changes: 5 additions & 5 deletions playground/specs/streetlights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,18 +286,18 @@ components:
externalDocs:
url: "https://www.asyncapi.com/"
tags:
- name: oparation-tag1
- name: operation-tag1
externalDocs:
description: External docs description 1
url: https://www.asyncapi.com/
- name: oparation-tag2
- name: operation-tag2
description: Description 2
externalDocs:
url: "https://www.asyncapi.com/"
- name: oparation-tag3
- name: oparation-tag4
- name: operation-tag3
- name: operation-tag4
description: Description 4
- name: oparation-tag5
- name: operation-tag5
externalDocs:
url: "https://www.asyncapi.com/"
traits:
Expand Down
Loading