aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-25 21:47:36 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-25 21:47:36 +0200
commit8bf4b866e444bad6bba899abaa345806c393605e (patch)
tree9a5ab0b03cbae5948c85b0ccfb11601bcd621fc6
parente22e4e757958cd2270a7d441c3f3eea06e0b8980 (diff)
docs: wrap line earlier to make the render look better
-rw-r--r--Writerside/topics/config-file.md3
1 files changed, 2 insertions, 1 deletions
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
```