From 6230043e75517ce23047d3dec2a2f1dadb5cbf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 2 Dec 2021 15:09:12 +0100 Subject: [PATCH] Better wording --- docs/development/style-guide/frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/style-guide/frontend/README.md b/docs/development/style-guide/frontend/README.md index 9517ce7fce..5f4362c1d6 100644 --- a/docs/development/style-guide/frontend/README.md +++ b/docs/development/style-guide/frontend/README.md @@ -112,7 +112,7 @@ Stores and components consuming a particular entity type **must** go through the #### Events and side effects -Mutable operations on the entities can have side effects on collections and entities currently in use by other parts of +Mutable operations on the entities can have side effects on different collections and entities currently in use by other parts of the application. Oftentimes, the frontend cannot know beforehand which operations will have what kind of impact. This means that the respective collections and entities have to be refreshed from the backend. Some examples: