diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index 0e69daf0324e3294945d18ba4054e60c5041d0a0..e39cb31c144cbb7e138fc4fc84166c68a7df27e8 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -46,7 +46,7 @@
     $ python manage.py migrate
     $ cd ../utils && sh make_migrations.sh
 
-    # 1.0.x 升级到最新版本需要执行迁移脚本 (新版本授权管理更新,非 1.0.x 版本请忽略)
+    # 1.0.x 升级到最新版本需要执行迁移脚本 (新版本授权管理更新,升级前版本非 1.0.x 请跳过)
     $ sh 2018_04_11_migrate_permissions.sh
 
     # 任意版本升级到 1.4.0 版本,需要执行(升级前版本小于 1.4.0 需要执行此步骤)