From 431283e1f318d8e22236d7243c145e5471b9a781 Mon Sep 17 00:00:00 2001 From: hammoudehos Date: Sun, 23 Jun 2024 14:44:02 +0400 Subject: [PATCH] Update bp-multiple.md Fixed a typo- "an application" instead of "a application" --- src/architecture/build-mobile-app-teams/bp-multiple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/architecture/build-mobile-app-teams/bp-multiple.md b/src/architecture/build-mobile-app-teams/bp-multiple.md index 47942c2..3b3a431 100644 --- a/src/architecture/build-mobile-app-teams/bp-multiple.md +++ b/src/architecture/build-mobile-app-teams/bp-multiple.md @@ -88,7 +88,7 @@ From bottom to top we will have: The generic OnException handler will also be declared here. The exceptions generated by the lower levels will be caught here and treated according to their type. -And that's it. You have a application prepared for multiple team development. +And that's it. You have an application prepared for multiple team development.