diff --git a/docs/zh/reference/plugin/plugins/layout.md b/docs/zh/reference/plugin/plugins/layout.md index b5583001..3e583132 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 +```