From 8fded4b8c93786f8edfb7da69eea7c75dc9fb993 Mon Sep 17 00:00:00 2001 From: tajmone Date: Fri, 10 Dec 2021 23:11:25 +0100 Subject: [PATCH] Fix Docs Typo Minor typo correction to markdown source of the online documentation: 'Not that' -> 'Note that' --- pages/config-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/config-syntax.md b/pages/config-syntax.md index be34419..30beb6c 100644 --- a/pages/config-syntax.md +++ b/pages/config-syntax.md @@ -77,7 +77,7 @@ The `SAMPLE` block is a required entry in every box design definition. `shape_name` may be one of `nw`, `nnw`, `n`, `nne`, `ne`, `ene`, `e`, `ese`, `se`, `sse`, `s`, `ssw`, `sw`, `wsw`, `w`, or `wnw`, corresponding to the [figure shown earlier]({{ site.baseurl }}/config-general.html). The `string_list` represents the shape itself, line by line. Note that all lines must have equal length. Add extra -spaces if necessary. Not also that double quotes (`"`) which appear as part of a string must be escaped by a preceding +spaces if necessary. Note also that double quotes (`"`) which appear as part of a string must be escaped by a preceding backslash, so as not to terminate the string early. Consequently, all occurrences of backslashes must also be escaped by adding additional backslashes. The recommended process for creating a string is thus: