Browse Source

Fix documentation grammar (#12728) [skip ci]

tags/2.0.10
Luke Holder 8 years ago committed by Alexander Makarov
parent
commit
beaf63ec41
  1. 4
      framework/captcha/Captcha.php

4
framework/captcha/Captcha.php

@ -17,8 +17,8 @@ use yii\widgets\InputWidget;
/**
* Captcha renders a CAPTCHA image and an input field that takes user-entered verification code.
*
* Captcha is used together with [[CaptchaAction]] provide [CAPTCHA](http://en.wikipedia.org/wiki/Captcha) - a way
* of preventing Website spamming.
* Captcha is used together with [[CaptchaAction]] to provide [CAPTCHA](http://en.wikipedia.org/wiki/Captcha) - a way
* of preventing website spamming.
*
* The image element rendered by Captcha will display a CAPTCHA image generated by
* an action whose route is specified by [[captchaAction]]. This action must be an instance of [[CaptchaAction]].

Loading…
Cancel
Save