Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 14:15:03 +02:00
parent 85ac77567a
commit 80526bedd1
14 changed files with 36 additions and 31 deletions

View File

@@ -4,8 +4,9 @@ ring: trial
quadrant: methods-and-patterns
---
When deciding on a system architecture we are always striving for technology neutralism. This is to allow us to stay
flexible with future decisions. Micro Frontends can be a tool to support us with this goal.
When deciding on a system architecture we are always striving for technology neutralism.
This is to allow us to stay flexible with future decisions.
Micro Frontends can be a tool to support us with this goal.
We favor protocols and methods, such as plain HTML and HTTP, over specific technologies when designing Micro Frontends.
Since Micro Frontends have proven to allow use move fast and agile, we moved this pattern to "trial".