Skip to content

Commit

Permalink
Merge pull request #809 from jacovdbergh/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix typo
  • Loading branch information
kaplanelad authored Oct 8, 2024
2 parents 37fab4c + 530d9f1 commit e544fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ src/
mod.rs
```

**This is an important _cognitive_ principle**. And the principle claims that you can only create safe, compatible API responses if you treat those as a separate, independently goverened _thing_ -- hence the 'V' in MVC, in Loco.
**This is an important _cognitive_ principle**. And the principle claims that you can only create safe, compatible API responses if you treat those as a separate, independently governed _thing_ -- hence the 'V' in MVC, in Loco.

<div class="infobox">
Models in Loco carry the same semantics as in Rails: <b>fat models, slim controllers</b>. This means that every time you want to build something -- <em>you reach out to a model</em>.
Expand Down

0 comments on commit e544fa4

Please sign in to comment.