diff --git a/components/alert/demo/icon.md b/components/alert/demo/icon.md
index a6fda9ec6..1e8743db9 100644
--- a/components/alert/demo/icon.md
+++ b/components/alert/demo/icon.md
@@ -17,31 +17,31 @@ Decent icon make information more clear and more friendly.
import { Alert } from 'antd';
ReactDOM.render(
-
-
-
-
+
+
+
+
diff --git a/components/alert/demo/style.md b/components/alert/demo/style.md
index d5bb48795..7fae3b28b 100644
--- a/components/alert/demo/style.md
+++ b/components/alert/demo/style.md
@@ -11,7 +11,7 @@ title:
## en-US
-There are 4 kinds of Alert: `success`, `info`, `warning`, `error`.
+There are 4 types of Alert: `success`, `info`, `warning`, `error`.
````jsx
import { Alert } from 'antd';
diff --git a/components/tooltip/demo/arrow-point-at-center.md b/components/tooltip/demo/arrow-point-at-center.md
index 3eb7aa37b..9e53fe8db 100644
--- a/components/tooltip/demo/arrow-point-at-center.md
+++ b/components/tooltip/demo/arrow-point-at-center.md
@@ -1,20 +1,28 @@
---
order: 2
-title: 箭头指向
+title:
+ zh-CN: 箭头指向
+ en-US: Arrow pointing at the center
---
+## zh-CN
+
设置了 `arrowPointAtCenter` 后,箭头将指向目标元素的中心。
+## en-US
+
+By specifying `arrowPointAtCenter` prop, the arrow will point to the center of the target element.
+
````jsx
import { Tooltip, Button } from 'antd';
ReactDOM.render(