From cbf33d5a424db965a53fd550dbf44838ca3c7798 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Tue, 3 May 2016 17:00:36 +0300 Subject: [PATCH] typo fix in flow block models documentation --- content/docs/models/flow/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/models/flow/contents.lr b/content/docs/models/flow/contents.lr index f0605a88..07c9301a 100644 --- a/content/docs/models/flow/contents.lr +++ b/content/docs/models/flow/contents.lr @@ -14,7 +14,7 @@ Flow block models work pretty much exactly the same as [Regular Models :ref](../). The differences are mostly minor and of cosmetic nature. They are stored in the `flowblocks/` folder and are ini files just like models. -Instead of using `[models]` as section, the section is called `[block]`. +Instead of using `[model]` as section, the section is called `[block]`. Here a very basic flow block model `flowblocks/text.ini`: