From 8e7b341fab6b163b6a2058cb5e8b15506e77a0e2 Mon Sep 17 00:00:00 2001 From: Aryan Raj <116114086+Aryan4884@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:06:47 +0530 Subject: [PATCH] docs: corrected typo error (#1089) --- playground/specs/dummy.ts | 10 +++++----- playground/specs/streetlights.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/playground/specs/dummy.ts b/playground/specs/dummy.ts index 2ae74ebf5..e5e748efa 100644 --- a/playground/specs/dummy.ts +++ b/playground/specs/dummy.ts @@ -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: diff --git a/playground/specs/streetlights.ts b/playground/specs/streetlights.ts index 519aa26d2..58ab8fb5f 100644 --- a/playground/specs/streetlights.ts +++ b/playground/specs/streetlights.ts @@ -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: