Skip to content

Commit f5264e6

Browse files
committed
chore: fix some minor issues in comments
Signed-off-by: weifangc <weifangcheng@outlook.jp>
1 parent e5effec commit f5264e6

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.changeset/bumpy-cloths-grab.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@chainlink/token-allocation-adapter': patch
3+
'@chainlink/cryptocompare-adapter': patch
4+
'@chainlink/generic-api-adapter': patch
5+
'@chainlink/ea-reference-data-reader': patch
6+
---
7+
8+
chore: fix some minor issues in comments

packages/non-deployable/token-allocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This adapter accepts a list of currencies and quantities, and returns the total
66

77
The adapter takes the following environment variables:
88

9-
To be functional at least one of the following underyling adapter locations will need to be provided.
9+
To be functional at least one of the following underlying adapter locations will need to be provided.
1010

1111
| Required? | Name | Description | Options | Defaults to |
1212
| :-------: | :-----------------------------: | :-------------------------------------------------: | :-----: | :---------: |

packages/sources/cryptocompare/test/e2e/adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('execute', () => {
7777
throw new Error('Could not start server when running CryptoCompare e2e tests')
7878
}
7979

80-
// Send inital requests to warm the cache
80+
// Send initial requests to warm the cache
8181
const pendingRequests: Test[] = []
8282
for (const reqData of Object.values(successfulRequests)) {
8383
pendingRequests.push(req.post('/').send(reqData))

packages/sources/generic-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To support a specific value for input parameter `apiName`, the environment varia
1414
| :-------: | :---------------------------: | :---------------------------------------------------: | :----: |
1515
|| {API_NAME}\_API_URL | The API URL to use for a given `apiUrl`. | string |
1616
| | {API_NAME}\_AUTH_HEADER | The header to pass the authentication credentials on. | string |
17-
| | {API_NAME}\_AUTH_HEADER_VALUE | The credentials to pass on the authentcation header. | string |
17+
| | {API_NAME}\_AUTH_HEADER_VALUE | The credentials to pass on the authentication header. | string |
1818

1919
---
2020

packages/sources/layer2-sequencer-health/src/endpoint/health.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ export const execute: ExecuteWithConfig<ExtendedConfig> = async (request, _, con
151151
}
152152
}
153153

154-
// Every method succeded. Network is healthy
154+
// Every method succeeded. Network is healthy
155155
return _respond(true)
156156
}

0 commit comments

Comments
 (0)