diff --git a/offchain/data/src/config.rs b/offchain/data/src/config.rs index 3d1208036..281be3de6 100644 --- a/offchain/data/src/config.rs +++ b/offchain/data/src/config.rs @@ -30,7 +30,7 @@ pub struct RepositoryCLIConfig { /// If not set, or set to empty string, will defer the behaviour to the Pg driver. /// See: https://www.postgresql.org/docs/current/libpq-envars.html /// - /// It is also possible set the endpoint without the password and load it from Postgres' + /// It is also possible to set the endpoint without the password and load it from Postgres' /// passfile. /// See: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-PASSFILE #[arg(long, env)]