Better wording

pull/9920/head
Benjamin Bädorf 3 years ago
parent 74d40da862
commit 6230043e75
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 2
      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 #### 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 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: means that the respective collections and entities have to be refreshed from the backend. Some examples:

Loading…
Cancel
Save