Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 27, 2023
1 parent da069b4 commit 5c18cb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions tips/TIP-0048/asyncapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down Expand Up @@ -937,7 +937,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down Expand Up @@ -999,7 +999,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down Expand Up @@ -1072,7 +1072,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down Expand Up @@ -1116,7 +1116,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down Expand Up @@ -1170,7 +1170,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down
4 changes: 2 additions & 2 deletions tips/TIP-0048/openapi3-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ components:
- signature

BasicBlock:
description: A basic block is the object that can carry arbitrary payload, such as a tagged data payload ostringr a transaction.
description: A basic block is the object that can carry arbitrary payload, such as a tagged data payload or a transaction.
properties:
type:
type: integer
Expand Down Expand Up @@ -2140,7 +2140,7 @@ components:
unlockConditions:
type: array
description: >-
Unlock condtions that define how the output can be unlocked in a
Unlock conditions that define how the output can be unlocked in a
transaction.
items:
anyOf:
Expand Down

0 comments on commit 5c18cb5

Please sign in to comment.