diff --git a/docs/zh/reference/plugin/plugins/layout.md b/docs/zh/reference/plugin/plugins/layout.md index b55830017..3e5831325 100644 --- a/docs/zh/reference/plugin/plugins/layout.md +++ b/docs/zh/reference/plugin/plugins/layout.md @@ -19,7 +19,7 @@ ```js export default { layout: { - navigation: 'side + navigation: 'side' } } ``` @@ -261,4 +261,4 @@ export const access = { } }; -``` \ No newline at end of file +```