Skip to content

Commit 398430a

Browse files
authored
Fix typo in DAConfig comment (#2639)
- **File:** `pkg/config/config.go` - **Line:** 166 - **Change:** Corrected `submittions` to `submissions`
1 parent 67b726e commit 398430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type DAConfig struct {
163163
MaxSubmitAttempts int `mapstructure:"max_submit_attempts" yaml:"max_submit_attempts" comment:"Maximum number of attempts to submit data to the DA layer before giving up. Higher values provide more resilience but can delay error reporting."`
164164
}
165165

166-
// GetNamespace returns the namespace for header submittions.
166+
// GetNamespace returns the namespace for header submissions.
167167
func (d *DAConfig) GetNamespace() string {
168168
if d.Namespace != "" {
169169
return d.Namespace

0 commit comments

Comments
 (0)