From 596c7b26384b1aefa8e88f6f6fdca6c6e5006982 Mon Sep 17 00:00:00 2001 From: Jaye Doepke Date: Mon, 30 Apr 2018 09:47:47 -0500 Subject: [PATCH] docs typo --- website/docs/configuration/locals.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/locals.html.md b/website/docs/configuration/locals.html.md index b6fcf96ad..d897ccf80 100644 --- a/website/docs/configuration/locals.html.md +++ b/website/docs/configuration/locals.html.md @@ -85,7 +85,7 @@ reference cycles are not allowed. That is, a local cannot refer to itself or to a variable that refers (directly or indirectly) back to it. It's recommended to group together logically-related local values into -a single block, particulary if they depend on each other. This will help +a single block, particularly if they depend on each other. This will help the reader understand the relationships between variables. Conversely, prefer to define _unrelated_ local values in _separate_ blocks, and consider annotating each block with a comment describing any context common to all