From 41e13c0189d2f648c63dc2be975de34d0107bf88 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Tue, 9 Sep 2014 15:25:38 +0200 Subject: [PATCH] Fix typo --- website/source/docs/configuration/syntax.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/syntax.html.md b/website/source/docs/configuration/syntax.html.md index 7cb13fa1e..b9f30b48c 100644 --- a/website/source/docs/configuration/syntax.html.md +++ b/website/source/docs/configuration/syntax.html.md @@ -55,7 +55,7 @@ Basic bullet point reference: * Numbers are assumed to be base 10. If you prefix a number with `0x`, it is treated as a hexadecimal number. - * Numbers can be suffxed with `kKmMgG` for some multiple of 10. + * Numbers can be suffixed with `kKmMgG` for some multiple of 10. For example: `1k` is equal to `1000`. * Numbers can be suffxed with `[kKmMgG]b` for power of 2 multiples,