diff --git a/docs/documentation.md b/docs/documentation.md index a031773344..6f091e93f2 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -125,7 +125,7 @@ To control the appearance of defaults pass `show_default`. invoke(dots, args=['--help']) ``` -For single option boolean flags, the default remains hidden if the default value is False, even if show default is set to true. +For single option boolean flags, the default remains hidden if the default value is `False`, even if `show_default` is set to `True`. ```{eval-rst} .. click:example::