Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated prettier cleanup #5961

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/learn/learn-comparison-rollups.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ is interactive, unlike ZK rollups, which are non-interactive. Additionally, unli
are no difficulties in creating parachains with Turing-complete logic. Each parachain is also a
full-fledged state machine (usually in the form of a blockchain). Similarly to optimistic rollups,
the Parachain Protocol also has cases where disputes and resolutions of potentially harmful para
blocks (blocks representing the parachain) can take place, in which case the validators that vouched for that parablock are
[slashed](./learn-offenses.md) if it is found to be bad.
blocks (blocks representing the parachain) can take place, in which case the validators that vouched
for that parablock are [slashed](./learn-offenses.md) if it is found to be bad.

**Benefits:**

Expand Down
6 changes: 3 additions & 3 deletions docs/learn/learn-guides-coretime-parachains.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ On **Kusama**, the deposit required to register a parachain is **~1100 KSM**.

On **Polkadot**, the deposit required to register a parachain is **~3300 DOT**.

It is possible to deregister the parachain and withdraw the deposit if the parachain has not produced
any blocks. If the parachain produced blocks, then the parachain can only be deregistered through relay
chain governance.
It is possible to deregister the parachain and withdraw the deposit if the parachain has not
produced any blocks. If the parachain produced blocks, then the parachain can only be deregistered
through relay chain governance.

:::

Expand Down
3 changes: 2 additions & 1 deletion docs/learn/learn-guides-polkadot-opengov.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ community.

Before submitting a referendum, identify the right track and origin for it. For instance, if the
referendum is for requesting funds from treasury, select the treasury track with appropriate spend
limits. If the referendum is for a suggestion to make changes to the protocol, select the "Wish for Change" track. For more info, check the
limits. If the referendum is for a suggestion to make changes to the protocol, select the "Wish for
Change" track. For more info, check the
[tracks and origins](learn-polkadot-opengov.md#origins-and-tracks) of Polkadot OpenGov.

### Submitting a Preimage
Expand Down