Skip to content

Commit aaad84b

Browse files
committed
Typo
1 parent d9aaead commit aaad84b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tiny-deers-hang.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/blocksize-capital-adapter': patch
3+
---
4+
5+
Add some comments

packages/sources/blocksize-capital/src/config/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const defaultEndpoint = 'price'
44

55
export const config = new AdapterConfig({
66
API_KEY: {
7-
description: 'The Blocksize Capital API key',
7+
description: 'The Blocksize Capital API key to use',
88
type: 'string',
99
required: true,
1010
sensitive: true,

0 commit comments

Comments
 (0)