Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
menberg committed May 30, 2016
1 parent 80bff8a commit c37df94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/markdown/structure.md
Expand Up @@ -2,7 +2,7 @@ When you develop a Cerebral application you separate your application from your

You think of your UI differently. You do not think of your UI as parts, but as a complete user experience. With Cerebral you can hook any part of your UI into any part of your application to extract state and trigger state changes. This is a really important point in Cerebrals design. The UI of your application will often change and merge different domains and concepts. That should not be a painful process. With modern applications we also want to reach native devices. When your UI is a completely separate concept it is a lot easier to build multiple UIs for the same application.

You application structure and your UI structure will often look similar, but they will never be restricted by each other.
Your application structure and your UI structure will often look similar, but they will never be restricted by each other.

### Modules setup

Expand Down

0 comments on commit c37df94

Please sign in to comment.