Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Dec 28, 2024
1 parent eb2276c commit 4ebd2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/app-config/src/configs/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct IndexerConfig {
/// The init tip block hash
#[serde(default)]
pub init_tip_hash: Option<H256>,
/// limit of indexer reqeust
/// limit of indexer request
#[serde(default)]
pub request_limit: Option<usize>,
/// Rich indexer config options
Expand Down

0 comments on commit 4ebd2d5

Please sign in to comment.