瀏覽代碼

fix layout reference docs

Evan Almloff 2 年之前
父節點
當前提交
7e3c45eb7e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/router/src/reference/layouts.md

+ 2 - 2
docs/router/src/reference/layouts.md

@@ -1,8 +1,8 @@
 # Layouts
 
-Layouts allow you to 
+Layouts allow you to wrap all child routes in a component. This can be useful when creating something like a header that will be used in many different routes.
 
-[`Outlet`]s tell the router where to render content in layouts. In the following example,
+[`Outlet`] tells the router where to render content in layouts. In the following example,
 the Index will be rendered within the [`Outlet`].
 
 ```rust, no_run