Skip to content

Commit

Permalink
fix: typos in documentation files (#4328)
Browse files Browse the repository at this point in the history
Co-authored-by: Eclésio Junior <[email protected]>
  • Loading branch information
vtjl10 and EclesioMeloJunior authored Nov 25, 2024
1 parent 3c38f51 commit 2f6d82b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/docs/repo/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Below is the list of labels and their descriptions used in Gossamer repository.
- **T-research** - this issue/pr is a research type issue.
- **T-investigation** - this issue/pr is an investigation, probably related to some bug with unknown causes.
- **`C-`** Complexity label. We operate only 3 complexity levels.
- **C-simple** - Minor changes changes, no additional research needed. Good first issue/review.
- **C-simple** - Minor changes, no additional research needed. Good first issue/review.
- **C-complex** - Complex changes across multiple modules. Possibly will require additional research.
- **C-chaotic** - Unpredictable nature of this task/changes makes its chaotic.
- **`P-`** Priority level. We only have 3 priority levels, everything else is average by default.
Expand All @@ -35,7 +35,7 @@ Below is the list of labels and their descriptions used in Gossamer repository.
- **S-tests** - issue related to adding new tests.
- **S-doc** - documentation related.
- **S-cli** - issue related to Gossamer CLI.
- **S-ci** - issue related to continuous integration tasks or piplelines.
- **S-ci** - issue related to continuous integration tasks or pipelines.
- **S-crypto** - issues related to the lib/crypto package.
- **S-grandpa** - issues related to block finality.
- **S-babe** - issues related to block production functionality.
Expand All @@ -52,4 +52,4 @@ Below is the list of labels and their descriptions used in Gossamer repository.
- **S-subsystems-availability** - issues related to polkadot host availability subsystem functionality.
- **S-subsystems-disputes** - issues related to polkadot host disputes subsystem functionality.
- **S-infrastructure** - issues related to infrastructure and DevOps.
- **S-dependencies** - issues related to dependencies changes. Used by dependabot.
- **S-dependencies** - issues related to dependencies changes. Used by dependabot.
16 changes: 8 additions & 8 deletions docs/docs/usage/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ To run more than two nodes, repeat steps for bob with a new `port` and `base-pat

Available built-in keys:
```
./bin/gossmer --key alice
./bin/gossmer --key bob
./bin/gossmer --key charlie
./bin/gossmer --key dave
./bin/gossmer --key eve
./bin/gossmer --key ferdie
./bin/gossmer --key george
./bin/gossmer --key heather
./bin/gossamer --key alice
./bin/gossamer --key bob
./bin/gossamer --key charlie
./bin/gossamer --key dave
./bin/gossamer --key eve
./bin/gossamer --key ferdie
./bin/gossamer --key george
./bin/gossamer --key heather
```

## Initialising Nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/usage/import-state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Import Sate
title: Import State
permalink: /usage/import-state/
---

Expand Down

0 comments on commit 2f6d82b

Please sign in to comment.