From 22e8f7ae2168f0ba530d630e2337c00bb4a87a88 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 17 Jun 2015 17:22:36 -0300 Subject: [PATCH] Fix documentation issue --- docs/situation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/situation.md b/docs/situation.md index 2794eb8..35ec24b 100644 --- a/docs/situation.md +++ b/docs/situation.md @@ -73,7 +73,7 @@ A list of classes that will be added to the `class` attribute of the `
` The classes given are in addition to the `[situation name]-situation` class that is added to the section by default. -### continueSection :: Boolean +### extendSection :: Boolean If this is a truthy value, instead of creating a new section, the `content` of this situation is appended to the end of the `#current-situation` section -- Normally, the section created by the previous situation. This can be useful if you want to use a section as a styled element and you want to expand it, for instance if you want to group some sections visually inside a box.