Skip to content

Commit

Permalink
docs(cn): correct grammatical errors (reactjs#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megrax authored Oct 14, 2021
1 parent ce591e4 commit 8a1a54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/code-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console.log(add(16, 26)); // 42
>
> 最终你的打包文件看起来会和上面的例子区别很大。
如果你正在使用 [Create React App](https://create-react-app.dev)[Next.js](https://nextjs.org/)[Gatsby](https://www.gatsbyjs.org/),或者类似的工具,你可以直接使用的 Webpack 配置来构建你的应用。
如果你正在使用 [Create React App](https://create-react-app.dev)[Next.js](https://nextjs.org/)[Gatsby](https://www.gatsbyjs.org/),或者类似的工具,你可以直接使用内置的 Webpack 配置来构建你的应用。

如果你没有使用这类工具,你就需要自己来进行配置。例如,查看 Webpack 文档上的[安装](https://webpack.docschina.org/guides/installation/)[入门教程](https://webpack.docschina.org/guides/getting-started/)

Expand Down
2 changes: 1 addition & 1 deletion content/docs/reference-profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: Reference
permalink: docs/profiler.html
---

`Profiler` 测量渲染一个 React 应用多久渲染一次以及渲染一次的“代价”。
`Profiler` 测量一个 React 应用多久渲染一次以及渲染一次的“代价”。
它的目的是识别出应用中渲染较慢的部分,或是可以使用[类似 memoization 优化](/docs/hooks-faq.html#how-to-memoize-calculations)的部分,并从相关优化中获益。

> 注意:
Expand Down

0 comments on commit 8a1a54c

Please sign in to comment.