From 8bf4b866e444bad6bba899abaa345806c393605e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sun, 25 Aug 2024 21:47:36 +0200 Subject: docs: wrap line earlier to make the render look better --- Writerside/topics/config-file.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Writerside/topics') diff --git a/Writerside/topics/config-file.md b/Writerside/topics/config-file.md index 2419406..745cc44 100644 --- a/Writerside/topics/config-file.md +++ b/Writerside/topics/config-file.md @@ -46,7 +46,8 @@ Also, you can only set one variable on one line. For exemple, this is incorrect ```yaml # This is not a valid config file first_setting = 1 second_setting = 2 -# The value must also be on the same line as the setting name. This is incorrect : +# The value must also be on the same line as the +#setting name. This is incorrect : another_setting = 3 ``` -- cgit v1.2.3