From 530d9f1bd7a12286f4e7c8913211f2b831a8b45e Mon Sep 17 00:00:00 2001 From: Jaco van den Bergh Date: Mon, 7 Oct 2024 11:23:51 +0200 Subject: [PATCH] Fix typo --- docs-site/content/docs/getting-started/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/getting-started/guide.md b/docs-site/content/docs/getting-started/guide.md index 1d288051a..1c8e726a2 100644 --- a/docs-site/content/docs/getting-started/guide.md +++ b/docs-site/content/docs/getting-started/guide.md @@ -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.
Models in Loco carry the same semantics as in Rails: fat models, slim controllers. This means that every time you want to build something -- you reach out to a model.