Skip to content

Commit

Permalink
chore: resolves markdown linting issues in main branch (celestiaorg#3198
Browse files Browse the repository at this point in the history
)

This PR addresses several Markdown linting issues found in the main
branch.
  • Loading branch information
staheri14 authored Mar 20, 2024
1 parent 8bacf9b commit 077785c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/architecture/adr-022-multi-versioned-state-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ However, having it in a single binary provides less surface area for mistakes by
## References

- N/A

2 changes: 1 addition & 1 deletion specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For additional information on the significance and application of the reserved n

Applications MUST refrain from using the [reserved namespaces](#reserved-namespaces) for their blob data.

Celestia does not ensure the prevention of non-reserved namespace collisions.
Celestia does not ensure the prevention of non-reserved namespace collisions.
Consequently, two distinct applications might use the same namespace.
It is the responsibility of these applications to be cautious and manage the implications and consequences arising from such namespace collisions.
Among the potential consequences is the _Woods Attack_, as elaborated in this forum post: [Woods Attack on Celestia](https://forum.celestia.org/t/woods-attack-on-celestia/59).
Expand Down
2 changes: 1 addition & 1 deletion test/testground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Test Instance Communication and Experiment Flow

https://github.com/celestiaorg/celestia-app/blob/d698845db9b28cbacef2e5bde57ef9dc443fc21a/test/testground/network/role.go#L18-L36
[Context](https://github.com/celestiaorg/celestia-app/blob/d698845db9b28cbacef2e5bde57ef9dc443fc21a/test/testground/network/role.go#L18-L36)

```mermaid
sequenceDiagram
Expand Down

0 comments on commit 077785c

Please sign in to comment.