Skip to content

Commit e6ae805

Browse files
committed
chore: fix spelling
1 parent ab243a2 commit e6ae805

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/live-status-gateway-api/api/components/adLibs/adLibBase/adLibBase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ $defs:
3232
description: JSON schema definition of the adLib properties that can be modified using the adLibOptions property in executeAdLib
3333
required: [id, name, sourceLayer, actionType]
3434
examples:
35-
- $ref: './adlibBase-example.yaml'
35+
- $ref: './adLibBase-example.yaml'

packages/live-status-gateway-api/api/components/adLibs/bucketAdLibStatus/bucketAdLibStatus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $defs:
88
properties:
99
externalId:
1010
type: string
11-
description: Id of the adlib recognizable by the external source. Unique within a bucket.
11+
description: Id of the adLib recognizable by the external source. Unique within a bucket.
1212
required: [externalId]
1313
examples:
1414
- $ref: './bucketAdLibStatus-example.yaml'

packages/live-status-gateway-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
]
6464
},
6565
"packageManager": "yarn@4.10.3"
66-
}
66+
}

0 commit comments

Comments
 (0)