diff --git a/executable/ListRemote.re b/executable/ListRemote.re
index 937520b..4b989ac 100644
--- a/executable/ListRemote.re
+++ b/executable/ListRemote.re
@@ -24,7 +24,7 @@ let run = (~version as maybeVersionName) => {
| [] =>
Console.log(
- "No versions found that match your criterias."
+ "No versions found that match your criteria."
,
);
Lwt.return_error(1);
diff --git a/executable/Uninstall.re b/executable/Uninstall.re
index f446845..75a8855 100644
--- a/executable/Uninstall.re
+++ b/executable/Uninstall.re
@@ -37,9 +37,7 @@ let run = (~version) => {
Lwt.return_ok();
| _ =>
Logger.info(
-
- "There are multiple versions matching your criterias:"
- ,
+ "There are multiple versions matching your criteria:" ,
);
matchingLocalVersions
|> List.iter(matchingVersion =>