Skip to content

Commit 0bb29ec

Browse files
authored
Merge pull request #545 from input-output-hk/jpraynaud/fix-typos-doc
Fix typos in documentation
2 parents d3cb114 + c805626 commit 0bb29ec

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/blog/2022-10-11-keys-certification-badge/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Mihtril Keys Certification
2+
title: Mithril Keys Certification
33
authors:
44
- name: Mithril Team
55
tags: [cardano, poolId, operational-certificate, kes-keys, mithril-keys, hybrid-mode]
@@ -53,7 +53,7 @@ From now, SPOs can either run their node by:
5353
The setup of a Mithril Signer node with these two modes is available in this [guide](https://mithril.network/doc/manual/getting-started/run-signer-node).
5454

5555
Here is an example of the `Verified Signer` badge displayed in the Certificate details popin:
56-
![](./img/badge.png)
56+
![Verified Signer Badge](./img/badge.png)
5757

5858
#### How Keys Certification works
5959

@@ -63,6 +63,6 @@ We rely on the Cardano `KES Keys` and `Operational Certificate` to be able to:
6363
- Sign the `Mithril Signer Verification Key` with the `KES Secret Key`
6464
- Verify that the `Mithril Signer Verification Key` is associated to the owner of the pool
6565

66-
![](./img/schema.jpg)
66+
![Keys Certification Schema](./img/schema.jpg)
6767

6868
Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help.

docs/root/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **Cardano Network** is a **Proof-of-Stake** Blockchain platform that support
1818
1919
## Cardano Node
2020

21-
A **Cardano Node** is a node that runs in a [**Cardano Network**](#cardano-network). There are several types of nodes, among them are **Cardano Full Nodes** that hold a copy of the whole Blockchain. They can be used by **Wallets**, [**Stake Pool Operator**](#stake-pool-operator-spo), **Exchanges** or **Dapps**. One of the use cases of the [**Mihtril Network**](#mithril-network) is to bootsrap rapidly a **Cardano Full Node**.
21+
A **Cardano Node** is a node that runs in a [**Cardano Network**](#cardano-network). There are several types of nodes, among them are **Cardano Full Nodes** that hold a copy of the whole Blockchain. They can be used by **Wallets**, [**Stake Pool Operator**](#stake-pool-operator-spo), **Exchanges** or **Dapps**. One of the use cases of the [**Mithril Network**](#mithril-network) is to bootsrap rapidly a **Cardano Full Node**.
2222

2323
## Cardano Key Pair
2424

docs/root/manual/getting-started/run-mithril-devnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ More information about this private Cardano/Mithril `devnet` is available [here]
3737

3838
* Ensure SQLite3 library is installed on your system and its version is at least `1.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
3939

40-
4140
## Download source
4241

4342
Download from Github (HTTPS)
@@ -92,7 +91,7 @@ You will see that the devnet is launched with the following steps:
9291

9392
* **Bootstraping the devnet**: generates the artifacts of the devnet depending on the configuration parameters (cryptographic keys, network topology, transactions to setup pool nodes, ...)
9493
* **Start Cardano Network**: run the nodes of the **Cardano Network**, waits for it to be ready and activate the pool nodes
95-
* **Start Mithril Network**: run the nodes of the **Mihtril Network** that works on top of the **Cardano Network**
94+
* **Start Mithril Network**: run the nodes of the **Mithril Network** that works on top of the **Cardano Network**
9695

9796
:::
9897

0 commit comments

Comments
 (0)