Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/guide-ru/input-validation.md fix some typos #16181

Merged
merged 2 commits into from Apr 28, 2018

Conversation

3elik
Copy link
Contributor

@3elik 3elik commented Apr 27, 2018

fix some typos

Q A
Is bugfix? no
New feature? no
Breaks BC? no
Tests pass? ---
Fixed issues ---

@@ -116,7 +116,7 @@ public function rules()
### Настройка сообщений об ошибках <span id="customizing-error-messages"></span>

Большинство валидаторов имеют сообщения об ошибках по умолчанию, которые будут добавлены к модели когда его атрибуты не проходят проверку.
Например, [[yii\validators\RequiredValidator|required]] валидатор добавил к модели сообщение об ошибке "Имя пользователя не может быть пустым." когда атрибут `username` не удовлетворил правилу этого валидатора.
Например, [[yii\validators\RequiredValidator|required]] валидатор добавяет к модели сообщение об ошибке "Имя пользователя не может быть пустым." когда атрибут `username` не удовлетворил правилу этого валидатора.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

добавяет?

@SilverFire SilverFire merged commit 819e281 into yiisoft:master Apr 28, 2018
@SilverFire SilverFire added the type:docs Documentation label Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants