From 71d349e62291382afbb9fc5cc4de4f19a4d22b23 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sun, 5 Jan 2025 18:18:24 +0100 Subject: [PATCH] Fix typo Update README.md --- apps/mobile/src/features/forceUpgrade/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/features/forceUpgrade/README.md b/apps/mobile/src/features/forceUpgrade/README.md index ed2a86d1b7a..3612d5c3790 100644 --- a/apps/mobile/src/features/forceUpgrade/README.md +++ b/apps/mobile/src/features/forceUpgrade/README.md @@ -1,7 +1,7 @@ # Force Upgrade The ability of having users force upgrading our app allows us to stop critical UX and security bugs from reaching a wide audience. -By defining a mininum version all users need to be in, this component will block usage of the app and redirect users to the app store for +By defining a minimum version all users need to be in, this component will block usage of the app and redirect users to the app store for upgrading the app. ## Schema