Fix: updating docs

This commit is contained in:
Flávio Caetano 2018-03-05 17:13:01 -03:00
parent 6a6fc22ae0
commit c6a00aca8e
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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