summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-03-03 11:48:30 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-03-05 23:32:42 +0100
commit6b83bd97f13ac802adfa57a160a92dd34c24aa4f (patch)
treed8b3e439ef7b05d39fdeb91eac0d8d5e760b7974
parentd537aa60ac37ce88910fae68b8906fbd193588e8 (diff)
downloadmullvadvpn-6b83bd97f13ac802adfa57a160a92dd34c24aa4f.tar.xz
mullvadvpn-6b83bd97f13ac802adfa57a160a92dd34c24aa4f.zip
Fix grammatical error
-rw-r--r--installer-downloader/tests/controller.rs2
-rw-r--r--mullvad-update/src/client/api.rs2
-rw-r--r--mullvad-update/src/version.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/installer-downloader/tests/controller.rs b/installer-downloader/tests/controller.rs
index 3c7c56a3c1..0dce2e68e5 100644
--- a/installer-downloader/tests/controller.rs
+++ b/installer-downloader/tests/controller.rs
@@ -4,7 +4,7 @@
//!
//! The tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions,
//! then most likely the snapshots need to be updated. The most convenient way to review
-//! changes to, and update, snapshots are by running `cargo insta review`.
+//! changes to, and update, snapshots is by running `cargo insta review`.
use insta::assert_yaml_snapshot;
use installer_downloader::controller::AppController;
diff --git a/mullvad-update/src/client/api.rs b/mullvad-update/src/client/api.rs
index 90bb3e5745..37f54c8c62 100644
--- a/mullvad-update/src/client/api.rs
+++ b/mullvad-update/src/client/api.rs
@@ -96,7 +96,7 @@ mod test {
// These tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions,
// then most likely the snapshots need to be updated. The most convenient way to review
- // changes to, and update, snapshots are by running `cargo insta review`.
+ // changes to, and update, snapshots is by running `cargo insta review`.
/// Test HTTP version info provider
///
diff --git a/mullvad-update/src/version.rs b/mullvad-update/src/version.rs
index 8dff8beb59..7c627d57c2 100644
--- a/mullvad-update/src/version.rs
+++ b/mullvad-update/src/version.rs
@@ -171,7 +171,7 @@ mod test {
// These tests rely on `insta` for snapshot testing. If they fail due to snapshot assertions,
// then most likely the snapshots need to be updated. The most convenient way to review
- // changes to, and update, snapshots are by running `cargo insta review`.
+ // changes to, and update, snapshots is by running `cargo insta review`.
/// Test version info response handler (rollout 1, x86)
#[test]