summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-01 19:24:50 +0300
committerrinpatch <rinpatch@sdf.org>2019-04-01 19:24:50 +0300
commite2b94d8f330041724b9c7d2b89c5020e463eb378 (patch)
tree4ad47099e6c0d715ac03506925ed482caddf6649
parenta309b49c2d555d4961db443a37bbf02719749a35 (diff)
downloadpleroma-e2b94d8f330041724b9c7d2b89c5020e463eb378.tar.gz
pleroma-e2b94d8f330041724b9c7d2b89c5020e463eb378.zip
Make only important note bold rather than the whole paragraph because it looks better that way
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index f507d4461..97a0e6ffa 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -205,7 +205,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i
- `path`
-**Important note: if you modify anything inside these lists, default `config.exs` values will be overwritten, which may result in breakage, to make sure this does not happen please copy the default value for the list from `config.exs` and modify/add only what you need**
+**Important note**: if you modify anything inside these lists, default `config.exs` values will be overwritten, which may result in breakage, to make sure this does not happen please copy the default value for the list from `config.exs` and modify/add only what you need
Example:
```elixir