Skip to content

Commit

Permalink
docs: fix typo documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dionesxxx authored Jun 6, 2023
1 parent 0e9f637 commit 1d97a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below you can find all the information about the application.
- Presentation layer: This layer presents the app content and triggers events that modify the application state.

The app was built to support packages, whenever you need a new repository you will create a new package to keep all dependencies consistent.
The packages are as much as possible, so you have a finer-grained dependency control. Since each package has a separate pubspec.yaml.
The packages are as much simple as possible, so you have a finer-grained dependency control. Since each package has a separate pubspec.yaml.
In additiona it will be easy to all teams follow the pattern in the package approach.

## Application
Expand Down

0 comments on commit 1d97a50

Please sign in to comment.