From 7153e6077d0ccfde2e0618edac1cffc965dfd145 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Wed, 2 Jun 2021 11:15:20 +0200 Subject: [PATCH] Fix wrong language --- radar/2018-03-01/micro-frontends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2018-03-01/micro-frontends.md b/radar/2018-03-01/micro-frontends.md index e062be8..112b808 100644 --- a/radar/2018-03-01/micro-frontends.md +++ b/radar/2018-03-01/micro-frontends.md @@ -12,6 +12,6 @@ challenges. Integrating different Frontends on the client- or server-side can be User Experience consistent. Despite the challenges, Micro Frontends help us to develop large applications across multiple teams. Developers can -work more independently without having too much trouble maintaining a large codebase. Being able to update oder +work more independently without having too much trouble maintaining a large codebase. Being able to update or replace Frontend libraries in some parts of the application is yet another benefit in the fast-moving world of frontend development.