Skip to content

Commit 2b45d45

Browse files
authored
chore: minor improvement for docs (#2862)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> minor improvement for docs Signed-off-by: efcking <[email protected]>
1 parent a75b4bc commit 2b45d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/p2p.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
rpc "github.com/evstack/ev-node/types/pb/evnode/v1/v1connect"
1515
)
1616

17-
// NodeInfoCmd returns information about the running node via RPC
17+
// NetInfoCmd returns information about the running node via RPC
1818
var NetInfoCmd = &cobra.Command{
1919
Use: "net-info",
2020
Short: "Get information about a running node via RPC",

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ type RPCConfig struct {
227227
EnableDAVisualization bool `mapstructure:"enable_da_visualization" yaml:"enable_da_visualization" comment:"Enable DA visualization endpoints for monitoring blob submissions. Default: false"`
228228
}
229229

230-
// Validate ensures validates the config and ensure that the root directory exists.
230+
// Validate validates the config and ensures that the root directory exists.
231231
// It creates the directory if it does not exist.
232232
func (c *Config) Validate() error {
233233
if c.RootDir == "" {

0 commit comments

Comments
 (0)