Fix: updating docs
This commit is contained in:
parent
6a6fc22ae0
commit
c6a00aca8e
|
|
@ -23,7 +23,7 @@ open class ReCaptcha: ReCaptchaWebViewManager {
|
|||
/// The JS API endpoint to be loaded onto the HTML file.
|
||||
public enum Endpoint {
|
||||
/** Google's default endpoint. Points to
|
||||
https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit
|
||||
https://www.google.com/recaptcha/api.js
|
||||
*/
|
||||
case `default`
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public enum ReCaptchaError: Error, CustomStringConvertible {
|
|||
/// ReCaptchaDomain was not provided
|
||||
case baseURLNotFound
|
||||
|
||||
/// Received an unexpeted message from javascript
|
||||
/// Received an unexpected message from javascript
|
||||
case wrongMessageFormat
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue