Skip to content

Commit 9971eb6

Browse files
committed
Replace quotation marks with backticks
1 parent a2f169d commit 9971eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/CAPTCHA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ Or, using invisible captcha:
228228
{% endblock %}
229229
```
230230

231-
If captcha validation results in error with code "missing-input-response" you probably did not send reCAPTCHA token in variable "g-recaptcha-response".
232-
Another error you might encounter is "action-mismatch". In this case make sure that the action you specified in captcha config (globally or per content type)
231+
If captcha validation results in error with code `missing-input-response` you probably did not send reCAPTCHA token in variable `g-recaptcha-response`.
232+
Another error you might encounter is `action-mismatch`. In this case make sure that the action you specified in captcha config (globally or per content type)
233233
is the same as the one you use when executing captcha check.

0 commit comments

Comments
 (0)