From dc131bafb593aaf939defcd823c57c1abbd218a8 Mon Sep 17 00:00:00 2001 From: Ilyas Ronef Date: Mon, 4 Sep 2023 03:26:06 +0400 Subject: [PATCH] * README: Small text improvements. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16d2e01..55d7a67 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ require_once( * Default value: `[*id*]` (current document) * `level` - * Desctription: Parent level + * Desctription: Parent level. + * Valid values: * `1` — the immediate parent * `2` — the parent of the immediate parent * `-1` — the last parent * `-2` — the parent before the last - * etc. - * Valid values: `integer` + * `integer` — etc * Default value: `1` * `result_itemsNumber` @@ -82,7 +82,7 @@ require_once( Available placeholders: * `[+id+]` — Parent ID. * Valid values: - * `string_chunkName` + * `stringChunkName` * `string` — use inline templates starting with `@CODE:` * Default value: `'@CODE:[+id+]'`