aboutsummaryrefslogtreecommitdiff
path: root/lib/recaptcha/template.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/recaptcha/template.ex')
-rw-r--r--lib/recaptcha/template.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/recaptcha/template.ex b/lib/recaptcha/template.ex
index d644266..28db29c 100644
--- a/lib/recaptcha/template.ex
+++ b/lib/recaptcha/template.ex
@@ -2,8 +2,8 @@ defmodule Recaptcha.Template do
@moduledoc """
Responsible for rendering boilerplate recaptcha HTML code, supports noscript fallback.
- Currently the [explicit render](https://developers.google.com/recaptcha/docs/display#explicit_render) functionality
- is not supported.
+ [Some](https://developers.google.com/recaptcha/docs/display#explicit_render)
+ functionality is not currently supported.
In future this module may be separated out into a Phoenix specific library.
"""