From 3324de35b6d020e4c276b703ba9cacdbc0c0debc Mon Sep 17 00:00:00 2001 From: SpencerBrown Date: Sat, 12 May 2018 08:55:54 -0500 Subject: [PATCH] Fix typo in doc: "The support operators are" -> "The supported operators are" --- website/docs/configuration/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/interpolation.html.md b/website/docs/configuration/interpolation.html.md index 89e872d16..b7723ad41 100644 --- a/website/docs/configuration/interpolation.html.md +++ b/website/docs/configuration/interpolation.html.md @@ -116,7 +116,7 @@ access, a function call, or even another conditional. The true and false value can also be any valid interpolation syntax. The returned types by the true and false side must be the same. -The support operators are: +The supported operators are: * Equality: `==` and `!=` * Numerical comparison: `>`, `<`, `>=`, `<=`