Skip to content

Commit

Permalink
docs: fix minor typos (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored and renaynay committed Feb 1, 2023
1 parent 74bc639 commit cdedc05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/adr/adr-001-predevnet-celestia-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ For devnet, it should be possible for Celestia `full` Nodes to receive informati

For the Celestia Node to be able to propagate `StateFraudProof`s, we must modify Celestia Core to store blocks with invalid state and serve them to both the Celestia Node and the Celestia App, **and** the Celestia App must be able to generate and serve `StateFraudProof`s via RPC to Celestia nodes.

This feature is not necessarily required for devnet (so state exection functionality for Celestia Full Nodes can be stubbed out), but it would be nice to have for devnet as we will likely allow Celestia Full Nodes to speak with other Celestia Full Nodes instead of running a trusted Celestia Core node simultaenously and relying on it for information.
This feature is not necessarily required for devnet (so state execution functionality for Celestia Full Nodes can be stubbed out), but it would be nice to have for devnet as we will likely allow Celestia Full Nodes to speak with other Celestia Full Nodes instead of running a trusted Celestia Core node simultaneously and relying on it for information.

A roadmap to implementation could look like the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/adr/adr-005-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Proposed
- easier to create custom applications that run on top of celestia
- allows for developers to create a better UX for their custom celestia-nodes
- isolates the added functionality to its own service(s), which could potentially be combined with other plugins
- helps move us towards our goal of reducing any any duplicate functionality coded in optimint's dalc
- helps move us towards our goal of reducing any duplicate functionality coded in optimint's dalc

### Negative

Expand Down
2 changes: 1 addition & 1 deletion docs/adr/adr-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Alternative Approaches

> This section contains information around alternative options that are considered before making a decision. It should contain a explanation on why the alternative approach(es) were not chosen.
> This section contains information around alternative options that are considered before making a decision. It should contain an explanation of why the alternative approach(es) were not chosen.
## Decision

Expand Down

0 comments on commit cdedc05

Please sign in to comment.