diff --git a/content/readfiles/bfconfig.md b/content/readfiles/bfconfig.md
index 97176095d..5388694dc 100644
--- a/content/readfiles/bfconfig.md
+++ b/content/readfiles/bfconfig.md
@@ -52,7 +52,7 @@
`extensions`
: default: **`[]`**
Purpose: Enable one or more Blackfriday's Markdown extensions (**`EXTENSION_*`**).
- Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`.
+ Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINE_BREAK`.
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
`extensionsmask`