From 6bbba2a511c7702af0363f0a61e109e4f2b932d8 Mon Sep 17 00:00:00 2001
From: Arthur Khachaturov <arthurhachaturov@gmail.com>
Date: Sun, 13 Jul 2014 01:01:41 +0400
Subject: [PATCH] Update intro-upgrade-from-v1.md

---
 docs/guide-ru/intro-upgrade-from-v1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guide-ru/intro-upgrade-from-v1.md b/docs/guide-ru/intro-upgrade-from-v1.md
index 334b8eb..54abf25 100644
--- a/docs/guide-ru/intro-upgrade-from-v1.md
+++ b/docs/guide-ru/intro-upgrade-from-v1.md
@@ -185,7 +185,7 @@ public function scenarios()
 {
     return [
         'backend' => ['email', 'role'],
-        'frontend' => ['email', '!name'],
+        'frontend' => ['email', '!role'],
     ];
 }
 ```
--
libgit2 0.27.1