fix(site): frameworky => framework

This commit is contained in:
诸岳 2020-04-26 00:09:23 +08:00
parent ac14f44f2b
commit 44da4125fa

View File

@ -206,7 +206,7 @@ export default class Layout extends React.Component {
const title =
appLocale.locale === 'zh-CN'
? 'Ant Design - 一套企业级 UI 设计语言和 React 组件库'
: "Ant Design - The world's second most popular React UI frameworky";
: "Ant Design - The world's second most popular React UI framework";
const description =
appLocale.locale === 'zh-CN'
? '基于 Ant Design 设计体系的 React UI 组件库,用于研发企业级中后台产品。'