diff --git a/docs/config.md b/docs/config.md index 1a1b52639..8cd47f9c3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -189,7 +189,7 @@ You should only use host mode for development and debugging! ## `CARTESI_FEATURE_READER_MODE_ENABLED` -If set to true, the node will not generating any claims. +If set to true, the node will not generate any claims. * **Type:** `bool` * **Default:** `"false"` diff --git a/internal/node/config/generate/Config.toml b/internal/node/config/generate/Config.toml index 5fb6348c5..458591ce7 100644 --- a/internal/node/config/generate/Config.toml +++ b/internal/node/config/generate/Config.toml @@ -32,7 +32,7 @@ You should only use host mode for development and debugging!""" default = "false" go-type = "bool" description = """ -If set to true, the node will not generating any claims.""" +If set to true, the node will not generate any claims.""" [features.CARTESI_FEATURE_DISABLE_CLAIMER] default = "false"