Skip to content

Commit f53cf3b

Browse files
authored
Fix some minor typos (#56)
1 parent a2a9a73 commit f53cf3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: ${{ steps.create_release.id }}
5555
# Using a tag name
5656
tag: ${{ github.ref }}
57-
# Always delete} the tag, even if a release is not associated with it.
57+
# Always delete the tag, even if a release is not associated with it.
5858
always_delete_tag: true
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Block building is a specialized activity that requires high fixed costs to be
1616
an efficient validator. This creates an advantage for staking pools as they can
1717
effectively distribute the cost across many validators.
1818

19-
[Proposer-builder separation][pbs] (PBS) fixes this by spliting the roles of a
19+
[Proposer-builder separation][pbs] (PBS) fixes this by splitting the roles of a
2020
validator into block proposing and block building. However, PBS requires
2121
modifications to the Beacon chain and will therefore not be possible at the
2222
time of the merge.

specs/validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- [Relation to local block building](#relation-to-local-block-building)
2222
- [How to avoid slashing](#how-to-avoid-slashing)
2323
- [Proposer slashing](#proposer-slashing)
24-
- [Responsibilites during the Merge transition](#responsibilites-during-the-merge-transition)
24+
- [Responsibilities during the Merge transition](#responsibilities-during-the-merge-transition)
2525

2626
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2727

@@ -148,7 +148,7 @@ a signature for a `BlindedBeaconBlock` (via a dissemination of a `SignedBlindedB
148148
**MUST** not use the local build process as a fallback, even in the event of some failure with the external builder
149149
network.
150150

151-
## Responsibilites during the Merge transition
151+
## Responsibilities during the Merge transition
152152

153153
Honest validators will not utilize the external builder network during the transition from proof-of-work to
154154
proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.

0 commit comments

Comments
 (0)