From 7aa97f415dfb265dd23c92cc63c228b4a0fbf77c Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Mon, 27 Apr 2020 10:14:27 -0700 Subject: [PATCH] Fix "additoinal" typo in web site Fixes 24769 --- website/docs/configuration/functions/format.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/format.html.md b/website/docs/configuration/functions/format.html.md index 8f4df032d3..55f4aec05b 100644 --- a/website/docs/configuration/functions/format.html.md +++ b/website/docs/configuration/functions/format.html.md @@ -98,7 +98,7 @@ omitted then default values are selected based on the given value. For example: | `%9.2f` | Width 9, precision 2. | The following additional symbols can be used immediately after the `%` symbol -to set additoinal flags: +to set additional flags: | Symbol | Result | | ------ | -------------------------------------------------------------- |