diff --git a/.github/ISSUE_TEMPLATE/report.md b/.github/ISSUE_TEMPLATE/report.md index ea6cce6dbc3..e26c6a5949e 100644 --- a/.github/ISSUE_TEMPLATE/report.md +++ b/.github/ISSUE_TEMPLATE/report.md @@ -25,7 +25,7 @@ Steps to reproduce the behaviour, if you're familiar with BDD syntax, please wri *An example:* - Given I was setting up a mix-node following the instructions in the docs -- And I successfully bonded my node via the the wallet +- And I successfully bonded my node via the wallet - When I went to start my mixnode - Then I was presented with an error diff --git a/common/commands/src/utils.rs b/common/commands/src/utils.rs index 4223263e5ac..13f323b2d59 100644 --- a/common/commands/src/utils.rs +++ b/common/commands/src/utils.rs @@ -105,7 +105,7 @@ pub(crate) enum CommonConfigsWrapper { // nym-api NymApi(NymApiConfigLight), - // anything else that might get get introduced + // anything else that might get introduced Unknown(UnknownConfigWrapper), } diff --git a/common/nym-connection-monitor/src/lib.rs b/common/nym-connection-monitor/src/lib.rs index 0aeec143f9b..4a74e6d804e 100644 --- a/common/nym-connection-monitor/src/lib.rs +++ b/common/nym-connection-monitor/src/lib.rs @@ -7,7 +7,7 @@ use nym_sdk::mixnet::{MixnetClientSender, Recipient}; use tokio_util::sync::CancellationToken; use tracing::info; -// Import these here for for all modules to use, to keep the version consistent +// Import these here for all modules to use, to keep the version consistent pub(crate) use nym_ip_packet_requests::v8 as nym_ip_packet_requests_current; mod error;