Skip to content

Commit 37b03e0

Browse files
committed
fix: typos
1 parent 45f4280 commit 37b03e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ making a pull request.
3434

3535
- /learn: A category for learning about Celestia.
3636
- /developers: A category with tutorials and guides for deploying
37-
rollups and interacting with Celestia nodes.
37+
rollups and interacting with Celestia nodes.
3838
- /nodes: Technical reference materials for all node types.
3939
<!-- * /guides [WIP]: In-depth articles that cover specific topics in detail. -->
4040
- /community: A category for the Celestia community.

nodes/consensus-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ indexer = "null"
189189
`app.toml`:
190190

191191
```toml
192-
# by setting custom and a keep recent value of 2, the node will only
192+
# by setting custom and a keep recent value of 2, the node will only
193193
# keep the past two state snapshotss
194194
pruning = "custom"
195195
pruning-keep-recent = "2"

0 commit comments

Comments
 (0)