Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/structure-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class SiteController extends Controller
例如使用`article`作为处理文章的控制器ID。

控制器ID应仅包含英文小写字母、数字、下划线、中横杠和正斜杠,
例如 `article` 和 `post-comment` 是真是的控制器ID
例如 `article` 和 `post-comment` 是真实的控制器ID
`article?`, `PostComment`, `admin\post`不是控制器ID。

控制器Id可包含子目录前缀,例如 `admin/article` 代表
Expand Down