Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jun 1, 2024
1 parent 40ae804 commit 8b59f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/beacon/routes/lodestar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export type Endpoints = {
dumpDbBucketKeys: Endpoint<
"GET",
{
/** must be the string name of a bucket entry: `allForks_blockArchive` */
/** Must be the string name of a bucket entry: `allForks_blockArchive` */
bucket: string;
},
{params: {bucket: string}},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/beacon/routes/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export type Endpoints = {
/**
* Get aggregated attestation
* Aggregates all attestations matching given attestation data root and slot
* Returns a aggregated `Attestation` object with same `AttestationData` root.
* Returns an aggregated `Attestation` object with same `AttestationData` root.
*/
getAggregatedAttestation: Endpoint<
"GET",
Expand Down

0 comments on commit 8b59f50

Please sign in to comment.