Skip to content

Commit

Permalink
Docs: fix README typos (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafovdenis authored Feb 26, 2024
1 parent bdfb048 commit 5dbc6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/elementary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ of how it works internally for a simple screen, and what the user sees every mom
## Technical Overview

Elementary uses a classical layers from the MVVM pattern, such as View, View Model, and Model. There are special
entities which represent these layers: ElementaryWidget as a View layer, WidgetModel as a View Mode layer, and
entities which represent these layers: ElementaryWidget as a View layer, WidgetModel as a View Model layer, and
ElementaryModel as a Model layer.

At the same time Elementary follows the Flutter-similar approach, so all these things are managed by Element.
Expand Down Expand Up @@ -93,7 +93,7 @@ Can be useful for general handling errors such as showing snack-bars.

#### Contract

It is a good to use an interface for a Widget Model, to make the code more testable and describe the contract
It is good to use an interface for a Widget Model, to make the code more testable and describe the contract
in explicit way.

```dart
Expand Down

0 comments on commit 5dbc6c1

Please sign in to comment.