Skip to content

Commit

Permalink
Fix typos (#3162)
Browse files Browse the repository at this point in the history
* Fix typos

* chore: ✏️ fix typo

---------

Co-authored-by: Contribution <[email protected]>
Co-authored-by: Manuel Mauro <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 089df7a commit 1bb0f45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

To release `vX.Y.Z`:

1. Create a PR with increment client version
1. Create a PR with increment the client version
1. Get that PR approved and merged
1. Tag master with `vX.Y.Z` and push to github
1. Start the github action "Publish Binary Draft" (on master branch)
Expand All @@ -40,7 +40,7 @@ To release `vX.Y.Z`:

To release `runtime-XXYY`:

1. Create a PR that increment spec version (like #1051)
1. Create a PR that increment the spec version (like #1051)
1. Get that PR approved and merged
1. Tag master with `runtime-XXYY` and push to github
1. Start the github action "Publish Runtime Draft"
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Increase max delegations per candidate

- [Migration PR `#1096`](https://github.com/moonbeam-foundation/moonbeam/pull/1096)
- [Migratio bugfix `#1112`](https://github.com/moonbeam-foundation/moonbeam/pull/1112)
- [Migration bugfix `#1112`](https://github.com/moonbeam-foundation/moonbeam/pull/1112)

## Manual Exits and Patch Lack of Delay for bond\_{more, less}

Expand Down
2 changes: 1 addition & 1 deletion runtime-diffs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, above you can see that AuthorInherent has changed, in that a new St
Meanwhile, `LocalAssets` pallet has been removed, so you would expect references to storages, extrinsics, events; to be removed.

> [!NOTE]
> Adding new pallets may not nessecarily correspond to new storages or extrinsics being added - althougth it often does.
> Adding new pallets may not necessarily correspond to new storages or extrinsics being added - although it often does.
## Resources

Expand Down
2 changes: 1 addition & 1 deletion tools/pov/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PoV Benchmarking

This scripts runs a parameterized benchmark with the given `params` and collects the result over them
This script runs a parameterized benchmark with the given `params` and collects the result over them
into a json file. Additionally this file may be used to visualize the following metrics as charts:

- PoV Size
Expand Down
2 changes: 1 addition & 1 deletion types-bundle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moonbeam Types Bundle

Exports npm package `@moonbeam-network/types-bundle`, formated as per polkadot-js specification to use
Exports npm package `@moonbeam-network/types-bundle`, formatted as per polkadot-js specification to use
with the app or the API.

# Development
Expand Down

0 comments on commit 1bb0f45

Please sign in to comment.