Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT authored Jul 4, 2024
1 parent 14558ab commit 6d3a2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/getstarted/mvc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Before stepping deeper a basic understanding of the main parts of Fore is helpfu

Fore elements fall into 3 categories:

1. The model elements: the **model** (`<fx-model>`) and its children hold the data and their state, calculate, validate and submit the data. The state
1. **The model elements**: the model (`<fx-model>`) and its children hold the data and their state, calculate, validate and submit the data. The state
will be reflected in the UI after a refresh.

1. The UI elements: establish a two-way binding between a data value and a control. When the user interacts with a UI element it will trigger ***Actions*** to change
1. **The UI elements**: establish a two-way binding between a data value and a control. When the user interacts with a UI element it will trigger Actions to change
the data in the model or otherwise interact with the UI.

1. The Action elements: **Actions** allow all kinds of interaction with the model or the UI. Examples are setting a value, replacing, inserting or
1. **The Action elements**: Actions allow all kinds of interaction with the model or the UI. Examples are setting a value, replacing, inserting or
deleting data , messaging the user, handling keyboard shortcuts, showing a dialog or switching a view. Actions are triggered by events.


0 comments on commit 6d3a2f1

Please sign in to comment.