,
mountNode);
@@ -53,7 +53,7 @@ ReactDOM.render(
#components-layout-demo-fixed .logo {
width: 120px;
height: 31px;
- background: rgba(255,255,255,.2);
+ background: rgba(255,255,255,.2);
margin: 16px 24px 16px 0;
float: left;
}
diff --git a/components/layout/demo/responsive.md b/components/layout/demo/responsive.md
index 43b930dbe7..3e25e0470c 100644
--- a/components/layout/demo/responsive.md
+++ b/components/layout/demo/responsive.md
@@ -58,7 +58,7 @@ ReactDOM.render(
,
diff --git a/components/layout/demo/side.md b/components/layout/demo/side.md
index 1c35f6a8d8..bfd165b156 100644
--- a/components/layout/demo/side.md
+++ b/components/layout/demo/side.md
@@ -18,7 +18,7 @@ Two-columns layout. The sider menu can be collapsed when horizontal space is lim
Generally, the mainnav is placed on the left side of the page, and the secondary menu is placed on the top of the working area. Contents will adapt the layout to the viewing area to improve the horizontal space usage, while the layout of the whole page is not stable.
-The level of the aisde navigation is scalable. The first, second, and third level navigations could be present more fluently and relevantly, and aside navigation can be fixed, allowing the user to quickly switch and spot the current position, improving the user experience. However, this navigation occupies some horizontal space of the contents
+The level of the aside navigation is scalable. The first, second, and third level navigations could be present more fluently and relevantly, and aside navigation can be fixed, allowing the user to quickly switch and spot the current position, improving the user experience. However, this navigation occupies some horizontal space of the contents
````jsx
import { Layout, Menu, Breadcrumb, Icon } from 'antd';
@@ -87,7 +87,7 @@ class SiderDemo extends React.Component {
diff --git a/components/layout/demo/top-side.md b/components/layout/demo/top-side.md
index 38e69a58b3..7e5a652205 100644
--- a/components/layout/demo/top-side.md
+++ b/components/layout/demo/top-side.md
@@ -74,7 +74,7 @@ ReactDOM.render(
,
mountNode);
@@ -84,7 +84,7 @@ ReactDOM.render(
#components-layout-demo-top-side .logo {
width: 120px;
height: 31px;
- background: rgba(255,255,255,.2);
+ background: rgba(255,255,255,.2);
margin: 16px 28px 16px 0;
float: left;
}
diff --git a/components/layout/demo/top.md b/components/layout/demo/top.md
index 14c3ee89e8..728a35ebc4 100644
--- a/components/layout/demo/top.md
+++ b/components/layout/demo/top.md
@@ -49,7 +49,7 @@ ReactDOM.render(